summaryrefslogtreecommitdiff
path: root/testdata/testinput5
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput5')
-rw-r--r--testdata/testinput530
1 files changed, 30 insertions, 0 deletions
diff --git a/testdata/testinput5 b/testdata/testinput5
index 9f07d6e..b82cee0 100644
--- a/testdata/testinput5
+++ b/testdata/testinput5
@@ -192,4 +192,34 @@
/[^\xff]/8D
+/[Ä-Ü]/8
+ Ö # Matches without Study
+ \x{d6}
+
+/[Ä-Ü]/8S
+ Ö <-- Same with Study
+ \x{d6}
+
+/[\x{c4}-\x{dc}]/8
+ Ö # Matches without Study
+ \x{d6}
+
+/[\x{c4}-\x{dc}]/8S
+ Ö <-- Same with Study
+ \x{d6}
+
+/[Ã]/8
+
+/Ã/8
+
+/ÃÃÃxxx/8
+
+/ÃÃÃxxx/8?D
+
+/abc/8
+ Ã]
+ Ã
+ ÃÃÃ
+ ÃÃÃ\?
+
/ End of testinput5 /