Merge branch '1.2'
Conflicts: configure.ac
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
1
|
||||
\u0000 is not allowed
|
||||
@@ -0,0 +1 @@
|
||||
["\u0000 (null byte not allowed)"]
|
||||
@@ -1,2 +1,2 @@
|
||||
1
|
||||
\u0000 is not allowed
|
||||
control character 0x0 near '"null byte '
|
||||
|
||||
Binary file not shown.
2
test/suites/invalid-strip/null-byte-outside-string/error
Normal file
2
test/suites/invalid-strip/null-byte-outside-string/error
Normal file
@@ -0,0 +1,2 @@
|
||||
1
|
||||
invalid token near end of file
|
||||
BIN
test/suites/invalid-strip/null-byte-outside-string/input
Normal file
BIN
test/suites/invalid-strip/null-byte-outside-string/input
Normal file
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
1
|
||||
real number underflow near '123e-10000000'
|
||||
2
test/suites/invalid/escaped-null-byte-in-string/error
Normal file
2
test/suites/invalid/escaped-null-byte-in-string/error
Normal file
@@ -0,0 +1,2 @@
|
||||
1
|
||||
\u0000 is not allowed
|
||||
1
test/suites/invalid/escaped-null-byte-in-string/input
Normal file
1
test/suites/invalid/escaped-null-byte-in-string/input
Normal file
@@ -0,0 +1 @@
|
||||
["\u0000 (null byte not allowed)"]
|
||||
@@ -1,2 +1,2 @@
|
||||
1
|
||||
\u0000 is not allowed
|
||||
control character 0x0 near '"null byte '
|
||||
|
||||
Binary file not shown.
2
test/suites/invalid/null-byte-outside-string/error
Normal file
2
test/suites/invalid/null-byte-outside-string/error
Normal file
@@ -0,0 +1,2 @@
|
||||
1
|
||||
invalid token near end of file
|
||||
BIN
test/suites/invalid/null-byte-outside-string/input
Normal file
BIN
test/suites/invalid/null-byte-outside-string/input
Normal file
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
1
|
||||
real number underflow near '123e-10000000'
|
||||
1
test/suites/valid-strip/real-underflow/output
Normal file
1
test/suites/valid-strip/real-underflow/output
Normal file
@@ -0,0 +1 @@
|
||||
[0.0]
|
||||
1
test/suites/valid/real-underflow/output
Normal file
1
test/suites/valid/real-underflow/output
Normal file
@@ -0,0 +1 @@
|
||||
[0.0]
|
||||
Reference in New Issue
Block a user