Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / semantic-statement-parser / root.yang
1 module root {
2         prefix root_pref;
3         namespace root_ns;
4
5         import augmented {
6                 prefix imp;
7         }
8
9         augment /imp:cont1/imp:cont2/imp:cont-target {
10                 leaf added {
11                         type string;
12                 }
13         }
14 }