summaryrefslogtreecommitdiffstats
path: root/tests/fuzz/corpus/lys_parse_mem/issue734.yang
blob: 7cd568f31e383cbe194f8509cdbd27934752bb48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module x {
  namespace "urn:lin:b-vev";
  prefix b_dev_mod;

    deviation /b_r-leaf {
        deviate add {
            unique "uniq1 cont2/uniq2 cont2/uniq3" { 
                d:annotmeration {
                    enum:first;
                    enum last;
                    enum before;
                    enum after;
                 }
            }
        }
    }
}