diff options
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r-- | tests/testsuite.at | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at new file mode 100644 index 0000000..b43f874 --- /dev/null +++ b/tests/testsuite.at @@ -0,0 +1,5 @@ +AT_INIT + +AT_SETUP([Closing loops at the correct macro level]) +AT_CHECK([$SCITECO -e '@^Ua{>} <Ma'], 1, ignore, ignore) +AT_CLEANUP |