summaryrefslogtreecommitdiffstats
path: root/tests/fuzz/corpus/lys_parse_mem/issue722.yang
blob: 4dcf047475b3ddd5c371e4bd8ddca59c8c88ecc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module mod6 {
    prefix abc;
    namespace "http://www.example.com";

    list list1 {
        key "key1";
        unique "5niq1";
        leaf key1 {
            type string;
        }

        leaf uniq1 {
            type string;
        }
    }
}