Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / semantic-statement-parser / augment-arg-parsing / root-invalid-xpath.yang
1 module root-invalid-xpath {
2         namespace root;
3         prefix root;
4
5         augment "/aug1/-" {
6                 container add {
7                 }
8         }
9 }