diff options
Diffstat (limited to 'test cases/failing/72 int literal leading zero/test.json')
-rw-r--r-- | test cases/failing/72 int literal leading zero/test.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test cases/failing/72 int literal leading zero/test.json b/test cases/failing/72 int literal leading zero/test.json new file mode 100644 index 0000000..556e492 --- /dev/null +++ b/test cases/failing/72 int literal leading zero/test.json @@ -0,0 +1,8 @@ +{ + "stdout": [ + { + "comment": "this error message is not very informative", + "line": "test cases/failing/72 int literal leading zero/meson.build:5:13: ERROR: Expecting eof got number." + } + ] +} |