diff options
Diffstat (limited to 'test/testdata/parse-fail-patterns-1.err.exp')
-rw-r--r-- | test/testdata/parse-fail-patterns-1.err.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/testdata/parse-fail-patterns-1.err.exp b/test/testdata/parse-fail-patterns-1.err.exp new file mode 100644 index 0000000..6ba39d8 --- /dev/null +++ b/test/testdata/parse-fail-patterns-1.err.exp | |||
@@ -0,0 +1,5 @@ | |||
1 | error: duplicate formal function argument 'args' | ||
2 | at «stdin»:1:1: | ||
3 | 1| args@{args, x, y, z}: x | ||
4 | | ^ | ||
5 | 2| | ||