Recognize 'choice' in 'choice' with YANG 1.1
[yangtools.git] / parser / yang-parser-rfc7950 / src / test / resources / bugs / YT1410 / bar.yang
1 module bar {
2   namespace bar;
3   prefix bar;
4   yang-version 1.1;
5
6   choice one {
7     // RFC7950: completely fine
8     choice two;
9   }
10 }
11