From 1a98b506055779e1a60558d9c5a56b071b3d61a0 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 22 Mar 2020 21:20:58 +0000 Subject: Reorganize API and internals of serde_dhall a bit --- tests_buffer | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests_buffer') diff --git a/tests_buffer b/tests_buffer index 74e76bc..d07ddbd 100644 --- a/tests_buffer +++ b/tests_buffer @@ -7,6 +7,10 @@ x.({ a : Bool, b }) x.({ a }) x.{ a : Bool } s/QuotedVariable/VariableQuoted/ +From https://github.com/dhall-lang/dhall-lang/issues/280 : + "${ not_really_an_expression ;-) }" + ''${ not_an_expression ;-) }'' + {- {- -} 1 import: failure/ -- cgit v1.2.3 From 46cb68809cdda92114adb2593b13a43687306786 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 5 Apr 2020 11:38:10 +0100 Subject: Add a test --- tests_buffer | 1 + 1 file changed, 1 insertion(+) (limited to 'tests_buffer') diff --git a/tests_buffer b/tests_buffer index d07ddbd..6f5aae5 100644 --- a/tests_buffer +++ b/tests_buffer @@ -11,6 +11,7 @@ From https://github.com/dhall-lang/dhall-lang/issues/280 : "${ not_really_an_expression ;-) }" ''${ not_an_expression ;-) }'' {- {- -} 1 +{ x = 0 } with x = 1 + 1 import: failure/ -- cgit v1.2.3