diff options
Diffstat (limited to 'test/prism/errors/array_with_double_commas.txt')
| -rw-r--r-- | test/prism/errors/array_with_double_commas.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/prism/errors/array_with_double_commas.txt b/test/prism/errors/array_with_double_commas.txt new file mode 100644 index 0000000000..7c971103f6 --- /dev/null +++ b/test/prism/errors/array_with_double_commas.txt @@ -0,0 +1,3 @@ +[a:1,,] + ^ unexpected ','; expected a `]` to close the array + |
