Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2008-02-27 19:03:15


Author: eric_niebler
Date: 2008-02-27 19:03:15 EST (Wed, 27 Feb 2008)
New Revision: 43428
URL: http://svn.boost.org/trac/boost/changeset/43428

Log:
add test case for use_simple_repeat fix
Text files modified:
   trunk/libs/xpressive/test/test1.hpp | 7 +++++++
   1 files changed, 7 insertions(+), 0 deletions(-)

Modified: trunk/libs/xpressive/test/test1.hpp
==============================================================================
--- trunk/libs/xpressive/test/test1.hpp (original)
+++ trunk/libs/xpressive/test/test1.hpp 2008-02-27 19:03:15 EST (Wed, 27 Feb 2008)
@@ -125,6 +125,13 @@
           , regex_type(bos >> L('b') >> *_ >> L("ar"))
           , no_match
         )
+ , xpr_test_case
+ (
+ "test15.1"
+ , L("fOo")
+ , regex_type(!icase(L('f') >> *as_xpr(L('o'))))
+ , backrefs(L("fOo"), nilbr)
+ )
     };
 
     return boost::make_iterator_range(test_cases);


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk