diff options
| author | Drahflow <drahflow@gmx.de> | 2013-07-21 19:38:43 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-07-21 19:38:43 +0200 |
| commit | 60bfb0e64e57a3e923e98264f799bac020fb2338 (patch) | |
| tree | 5e1b1787875836c5bc459f15601da69a43e879d4 /examples | |
| parent | 93570552dac6b9d2a199782fbdeccdbb5f43b2c9 (diff) | |
Correctly handle escape within classes
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/working/regex.ey | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/working/regex.ey b/examples/working/regex.ey index 0cd916a..c746667 100644 --- a/examples/working/regex.ey +++ b/examples/working/regex.ey @@ -1,3 +1,6 @@ +"\"include\" dump\n" "([^\\n]*)\\n(.*)" regex +dump dump dump + "the quick brown fox jumps over the lazy dog" { "(the)(.*)" regex } { dump } loop "abcdefghijklmnopqrstuvwxyz" |
