summaryrefslogtreecommitdiff
path: root/testdata/testinput6
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput6')
-rw-r--r--testdata/testinput644
1 files changed, 44 insertions, 0 deletions
diff --git a/testdata/testinput6 b/testdata/testinput6
index 8aee0d0..aeb62a0 100644
--- a/testdata/testinput6
+++ b/testdata/testinput6
@@ -1509,4 +1509,48 @@
\xc2\xb4
\x{b4}
+/[[:^ascii:]]/8W
+ \x{100}
+ \x{200}
+ \x{300}
+ \x{37e}
+ a
+ 9
+ g
+
+/[[:^ascii:]\w]/8W
+ a
+ 9
+ g
+ \x{100}
+ \x{200}
+ \x{300}
+ \x{37e}
+
+/[\w[:^ascii:]]/8W
+ a
+ 9
+ g
+ \x{100}
+ \x{200}
+ \x{300}
+ \x{37e}
+
+/[^[:ascii:]\W]/8W
+ a
+ 9
+ g
+ \x{100}
+ \x{200}
+ \x{300}
+ \x{37e}
+
+/[[:^ascii:]a]/8W
+ a
+ 9
+ g
+ \x{100}
+ \x{200}
+ \x{37e}
+
/-- End of testinput6 --/