samples/debug_test.ysl2
author Volker Birk <vb@pep-project.org>
Fri, 11 Oct 2019 21:47:20 +0200
changeset 34 d9eaf22f13ea
parent 0 76005e62091d
permissions -rw-r--r--
exit on version string
include yslt.yml2

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