Added more descriptive parsing exceptions.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / test / resources / negative-scenario / duplicity / augment2.yang
1 module augment2 {
2     yang-version 1;
3     namespace "urn:simple.augment2.demo";
4     prefix "a2";
5
6     import augment0 {
7         prefix "a0";
8     }
9
10     augment "/a0:foo/a0:bar/a0:choice-ext" {
11         anyxml delta;
12     }
13
14 }