summaryrefslogtreecommitdiffstats
path: root/tests/fuzz/corpus/lys_parse_mem/issue723.yang
blob: a2cbacc59431df7640038f9c0eb5c623829ab760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module links {
  namespace "urn:module2";
  prefix mod2;

  list list-for-augment {
    key "keyleaf";

    leaf keyleaf {
      if-feature foo;
      type string;
    }

    leaf test {
      type string;
    }
  }
}