From 60bfb0e64e57a3e923e98264f799bac020fb2338 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Sun, 21 Jul 2013 19:38:43 +0200 Subject: Correctly handle escape within classes --- examples/working/regex.ey | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples') 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" -- cgit v1.2.3