Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / rfc7950 / bug6880 / invalid10.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4
5     leaf-list my-leaf-list {
6         type string;
7         default "my-default-value-1";
8         default "my-default-value-2";
9     }
10 }