summaryrefslogtreecommitdiffstats
path: root/tests/fuzz/corpus/lys_parse_mem/issue740.yang
blob: 41e3050d3eef195d501617dff591c7d259f18f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module xpath-1.1 {
    namespace "urn:xpath-1.1";
    prefix xp;

    container top {
        leaf identref {
            type mdentityref {
                base:iwo;
                     pattern '[A-Z]+';
                pattern '[A-Z]+';
                   pattern '[A-Z]+';
                    pattern '[A-Z]+';
                pattern '[./key2, 2, 3), 'a') and not(starts-with(./key2, 'a')))";
}