]> granicus.if.org Git - onig/commitdiff
update ascii_compatible.dict
authorK.Kosako <kosako@sofnec.co.jp>
Tue, 30 Jul 2019 03:15:38 +0000 (12:15 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Tue, 30 Jul 2019 03:15:38 +0000 (12:15 +0900)
harnesses/ascii_compatible.dict

index a315b1ace3f7f2d6524357f7be74a17d23ef1e87..820bf47f38ea56832a8a0432ede7a9cb508f47aa 100644 (file)
@@ -3,6 +3,7 @@
 "\\777"
 "\\u"
 "\\uFFFF"
+"\\xFF"
 "\\x{70000000}"
 "\\C-"
 "\\M-\\C-"
 "}"
 "]"
 ")"
+"\\n"
+"\\r"
 "\\R"
 "\\W"
 "\\w"
+"\\s"
+"\\S"
+"\\d"
+"\\O"
 "\\X"
 "\\b"
 "\\y"
 "\\A"
 "\\z"
 "\\K"
+"\\G"
 "\\p{Print}"
 "\\p{ASCII}"
 "\\p{Alnum}"
 "{0,2}"
 "{3,}"
 "{,3}"
+"{5}"
+"{4,2}"
 "??"
 "*?"
 "+?"
@@ -78,7 +88,6 @@
 "(?(<name+0>))"
 "(?(<name+1>))"
 "(?(<name-1>))"
-"(*FAIL)"
 "(*ERROR{-2000})"
 "(*COUNT[tag]{X})"
 "\\1"