diff options
Diffstat (limited to 'test/prism/errors/pattern_match_implicit_rest.txt')
| -rw-r--r-- | test/prism/errors/pattern_match_implicit_rest.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/prism/errors/pattern_match_implicit_rest.txt b/test/prism/errors/pattern_match_implicit_rest.txt new file mode 100644 index 0000000000..8602c0add0 --- /dev/null +++ b/test/prism/errors/pattern_match_implicit_rest.txt @@ -0,0 +1,3 @@ +a=>b, *, + ^ expected a pattern expression after `,` + |
