summaryrefslogtreecommitdiffstats
path: root/tests/fuzz/corpus/lys_parse_mem/issue788.yang
blob: 9804c020e42db6df310014884e699f9592ff19d0 (plain)
1
2
3
4
5
6
7
8
module d00000000 {
	namespace "n";
    prefix d;
    leaf l1 {
        type string;
        when "/l0{k='when']";
    }
}