summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testoutput1020
-rw-r--r--testdata/testoutput24
-rw-r--r--testdata/testoutput512
3 files changed, 18 insertions, 18 deletions
diff --git a/testdata/testoutput10 b/testdata/testoutput10
index ef9b82c..62d6f3e 100644
--- a/testdata/testoutput10
+++ b/testdata/testoutput10
@@ -339,12 +339,12 @@ Memory allocation (code space): 10
------------------------------------------------------------------
/[\x{100}]/8BM
-Memory allocation (code space): 15
+Memory allocation (code space): 10
------------------------------------------------------------------
- 0 11 Bra
- 3 [\x{100}]
- 11 11 Ket
- 14 End
+ 0 6 Bra
+ 3 \x{100}
+ 6 6 Ket
+ 9 End
------------------------------------------------------------------
/\x80/8BM
@@ -405,12 +405,12 @@ First char = 230
Need char = 158
/[\x{100}]/8BM
-Memory allocation (code space): 15
+Memory allocation (code space): 10
------------------------------------------------------------------
- 0 11 Bra
- 3 [\x{100}]
- 11 11 Ket
- 14 End
+ 0 6 Bra
+ 3 \x{100}
+ 6 6 Ket
+ 9 End
------------------------------------------------------------------
/[Z\x{100}]/8BM
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 417225a..b35e6a7 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -7548,7 +7548,7 @@ Matched, but too many substrings
/[^a]+a/BZi
------------------------------------------------------------------
Bra
- /i [^A]++
+ /i [^a]++
/i a
Ket
End
@@ -7557,7 +7557,7 @@ Matched, but too many substrings
/[^a]+A/BZi
------------------------------------------------------------------
Bra
- /i [^A]++
+ /i [^a]++
/i A
Ket
End
diff --git a/testdata/testoutput5 b/testdata/testoutput5
index b63934d..8de96cf 100644
--- a/testdata/testoutput5
+++ b/testdata/testoutput5
@@ -79,14 +79,14 @@ Need char = 191
/[\x{100}]/8DZ
------------------------------------------------------------------
Bra
- [\x{100}]
+ \x{100}
Ket
End
------------------------------------------------------------------
Capturing subpattern count = 0
Options: utf8
-No first char
-No need char
+First char = 196
+Need char = 128
/\x{ffffffff}/8
Failed: character value in \x{...} sequence is too large at offset 11
@@ -624,14 +624,14 @@ No need char
/[\x{100}]/8DZ
------------------------------------------------------------------
Bra
- [\x{100}]
+ \x{100}
Ket
End
------------------------------------------------------------------
Capturing subpattern count = 0
Options: utf8
-No first char
-No need char
+First char = 196
+Need char = 128
\x{100}
0: \x{100}
Z\x{100}