From 882b972e96bf931d8e85ca735397e1f48998f4c4 Mon Sep 17 00:00:00 2001 From: Paul Chiusano Date: Wed, 29 Aug 2018 09:45:00 -0400 Subject: [PATCH] add new pending test --- unison-src/tests/and-parse-bug.uu | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 unison-src/tests/and-parse-bug.uu diff --git a/unison-src/tests/and-parse-bug.uu b/unison-src/tests/and-parse-bug.uu new file mode 100644 index 000000000..67cfb7a39 --- /dev/null +++ b/unison-src/tests/and-parse-bug.uu @@ -0,0 +1,4 @@ +f x = x + +and (f false) false +-- and false false