aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-12-10 08:56:48 +0200
committerSergey Poznyakoff <gray@gnu.org>2014-12-10 08:56:48 +0200
commitbdd68868836f01ac766afa1a6c79a5f7d4287da6 (patch)
treed875e9fbf02575c9da52a2846ac00d09d5d3cefa /tests/testsuite.at
parent85dfe24a45c65a9f414769fe059b1c5a06a3b176 (diff)
downloadeclat-bdd68868836f01ac766afa1a6c79a5f7d4287da6.tar.gz
eclat-bdd68868836f01ac766afa1a6c79a5f7d4287da6.tar.bz2
Fix coredump when comparing non-existing nodes.
* lib/forlan.c (coerce_value): Handle NULL nodes. (values_equal): Handle NULL strings. (dump_expr): Handle EQ and NE. * lib/forlanlex.l: Fix distinction before negative numeric and identifier. * etc/describe-security-groups.fln: ipProtocol == "-1" means "all". * tests/Makefile.am: Add new tests. * tests/testsuite.at: Likewise. * tests/comp00.at: New file. * tests/comp01.at: New file. * tests/comp02.at: New file. * tests/comp03.at: New file. * tests/comp04.at: New file. * tests/tforlan.c (main): Optionally read XML from standard input.
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 5e4d2ee..9417283 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -40,7 +40,14 @@ m4_include([urlenc01.at])
AT_BANNER([XML Processing])
m4_include([xml01.at])
-AT_BANNER([Forlan])
+AT_BANNER([Forlan Node Comparisons])
+m4_include([comp00.at])
+m4_include([comp01.at])
+m4_include([comp02.at])
+m4_include([comp03.at])
+m4_include([comp04.at])
+
+AT_BANNER([Forlan Syntax])
m4_include([forlan01.at])
m4_include([exit.at])
m4_include([dump01.at])

Return to:

Send suggestions and report system problems to the System administrator.