samples/debug_test.ysl2
author Volker Birk <vb@pep.foundation>
Wed, 24 Aug 2016 21:18:54 +0200
changeset 5 36f0e48cd544
parent 0 76005e62091d
permissions -rw-r--r--
Added tag 2.5.5 for changeset a0f3d678b3ca
include yslt.yml2

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