samples/debug_test.ysl2
author Volker Birk <vb@pep.foundation>
Sat, 10 Dec 2016 10:11:31 +0100
changeset 7 f81a4471bc28
parent 0 76005e62091d
permissions -rw-r--r--
beginning with Python 3 compat
include yslt.yml2

tstylesheet {
    template "/" {
        debug "'debug output'";
        assert 0, "'test assertion'";
        > yes\n
    }
}