samples/debug_test.ysl2
author Volker Birk <vb@pep.foundation>
Tue, 20 Nov 2018 22:35:22 +0100
changeset 23 f2e8837da4e9
parent 0 76005e62091d
permissions -rw-r--r--
allowing || in line quotes
include yslt.yml2

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