Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / types / union-with-ext / extdef.yang
1 module "extdef" {
2     yang-version 1;
3     namespace "urn:test:bug:extdef";
4     prefix "extdef";
5
6     revision 2012-04-16 {
7     }
8
9     extension "help" {
10         argument "text";
11     }
12
13 }