samples/debug_test.ysl2
author Volker Birk <vb@pep-project.org>
Fri, 15 Feb 2019 10:45:57 +0100
changeset 30 a1ecf17c60eb
parent 0 76005e62091d
permissions -rw-r--r--
Added tag 2.5.10 for changeset c48f0d1d29ac
include yslt.yml2

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