From 51389702f26d25eb78f9e848f478cf2640544a29 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 25 Jun 2020 18:48:43 +0100 Subject: spec: allow trailing delimiters --- dhall/tests/parser/failure/unit/RecordTwoCommas.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dhall/tests/parser/failure/unit/RecordTwoCommas.txt (limited to 'dhall/tests/parser/failure/unit/RecordTwoCommas.txt') diff --git a/dhall/tests/parser/failure/unit/RecordTwoCommas.txt b/dhall/tests/parser/failure/unit/RecordTwoCommas.txt new file mode 100644 index 0000000..3828d4b --- /dev/null +++ b/dhall/tests/parser/failure/unit/RecordTwoCommas.txt @@ -0,0 +1,6 @@ + --> 1:4 + | +1 | { ,, }␊ + | ^--- + | + = expected any_label_or_some or empty_record_literal -- cgit v1.2.3