about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--dictionaries/regexp.dict9
1 files changed, 9 insertions, 0 deletions
diff --git a/dictionaries/regexp.dict b/dictionaries/regexp.dict
index 2f29357e..0ca0a720 100644
--- a/dictionaries/regexp.dict
+++ b/dictionaries/regexp.dict
@@ -601,3 +601,12 @@
 "[\x8f]"
 "[\xf0\x9f\x92\xa9-\xf4\x8f\xbf\x92\xa9-\xf4\x8f\xbf\xbf]"
 "[\x92\xa9-\xf4\x8f\xbf\xbf]"
+"\\1\\2(b\\1\\2))\\2)\\1"
+"\\1\\2(a(?:\\1\\2))\\2)\\1"
+"?:\\1"
+"\\1(b\\1\\2))\\2)\\1"
+"\\1\\2(a(?:\\1(b\\1\\2))\\2)\\1"
+"foo(?=bar)bar)baz"
+"fo(?o(?o(?o(?=bar)baz"
+"foo(?=bar)baz"
+"foo(?=bar)bar)az"