samples/debug_test.ysl2
author Hartmut Goebel <h.goebel@crazy-compilers.com>
Thu, 19 Mar 2020 10:47:36 +0100
changeset 63 37d51c3abaae
parent 0 76005e62091d
permissions -rw-r--r--
Release 2.6.3
include yslt.yml2

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