YANGTOOLS-706: Split out yang-parser-rfc7950
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / list-keys-test / incorrect-list-keys-test2.yang
1 module incorrect-list-keys-test2 {
2
3     namespace "incorrect-list-keys-test2";
4     prefix "test";
5
6     list test1 {
7         key "test1_key1 test1_key2";
8         leaf test1_key1 {
9             type string;
10         }
11     }
12 }