From 2f105932fa3302d18f871f40c3bc6a1d0ed84f0b Mon Sep 17 00:00:00 2001 From: Henri DF Date: Tue, 23 Feb 2016 11:35:11 -0800 Subject: [PATCH] parser-smoke.sh: add a test --- userspace/digwatch/lua/parser-smoke.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/digwatch/lua/parser-smoke.sh b/userspace/digwatch/lua/parser-smoke.sh index 72326712..ae8e762b 100755 --- a/userspace/digwatch/lua/parser-smoke.sh +++ b/userspace/digwatch/lua/parser-smoke.sh @@ -38,6 +38,7 @@ good "not (not (a))" good "not (a.b=1)" good "not (a.a exists)" good "not a" +good "a.b = 1 and not a" good "not not a" good "(not not a)" good "not a.b=1"