eliot/test/regexp.input
Olivier Teulière 11adaba410 - Added several tests for the regular expressions engine
- New regexp parser using Boost.Spirit. Lex and yacc are now gone.
   The main advantage of this new parser, apart from being purely C++,
   is that it can handle wide characters.
   Currently, the new parser does the same as the previous one, but the
   code is not yet ready to use regular expressions with non-ASCII
   dictionaries.
2008-07-07 17:29:59 +00:00

22 lines
263 B
Text

x a.* 50
x a.* 200
x .*a.*e.*i.*o.*u.* 50 10
x .*a.*e.*i.*o.*u.* 50 13
x .*a.*e.*i.*o.*u.* 50 13 13
x .*hop.* 50
x a.*b 50
x [abc].*b
x [abc]*b
x [abc]*.b
x .*(cba)*b
x .*(cba)+b
x .*(nn)+.*
x .*(nn)+.*x 200
x ne.
x ne:v:
x ne:v:?
x ne:c:s
x (ass)+..
x c:v:+p
q