]> git.sesse.net Git - xml-template/blobdiff - tests/test.sh
Add a new "attribute3" test, for testing undef/NULL/None behaviour (new
[xml-template] / tests / test.sh
index 19c6cf989dfbddf67eaa921bc8558a9c1d187d27..38ab5e4a7336f9919aca5bd3bf1c58f7e4ee1713 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 if [ -z "$TESTS" ]; then
-       TESTS="passthru simple clone include attribute attribute2 attribute-empty"
+       TESTS="passthru simple clone include attribute attribute2 attribute3 attribute-empty"
 fi
 if [ -z "$LANGUAGES" ]; then
        LANGUAGES="perl php python"