summaryrefslogtreecommitdiff
path: root/dhall/tests/parser/success/operatorsB.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/parser/success/operatorsB.txt')
-rw-r--r--dhall/tests/parser/success/operatorsB.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/parser/success/operatorsB.txt b/dhall/tests/parser/success/operatorsB.txt
index 31db4ce..3f987aa 100644
--- a/dhall/tests/parser/success/operatorsB.txt
+++ b/dhall/tests/parser/success/operatorsB.txt
@@ -1 +1 @@
-{ foo = False && Natural/even (1 + 2 * 3) || True == False != True } ∧ { bar = (["ABC" ++ "DEF"]) # (["GHI"]) } ⫽ { baz = True } : { baz : Bool, foo : Bool } ⩓ { bar : List Text }
+{ foo = False && Natural/even (1 + 2 * 3) || True == False != True } ∧ { bar = ["ABC" ++ "DEF"] # ["GHI"] } ⫽ { baz = True } : { baz : Bool, foo : Bool } ⩓ { bar : List Text }