diff options
author | Nadrieril | 2020-04-11 15:41:21 +0100 |
---|---|---|
committer | Nadrieril | 2020-06-25 15:12:09 +0100 |
commit | 72ad56209fe10e3120c19ca5b820ff267423ab1d (patch) | |
tree | 4728152ca9b5af25c293b3b16f921b5bcf32a1b8 /tests_buffer | |
parent | 4c80de149200a86f7fc13c725160dafb35d0ac08 (diff) |
spec: fix precedence of `===` and `with`
Diffstat (limited to 'tests_buffer')
-rw-r--r-- | tests_buffer | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests_buffer b/tests_buffer index 3240b41..e01d7a7 100644 --- a/tests_buffer +++ b/tests_buffer @@ -11,7 +11,6 @@ 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/ |