samples/debug_test.ysl2
author Claudio Luck <claudio.luck@pep.foundation>
Wed, 27 Feb 2019 14:43:35 +0100
changeset 57 2f4ad3800a3f
parent 0 76005e62091d
permissions -rw-r--r--
Track changes of 2.5.10
include yslt.yml2

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