793790d6467303af056419ccea217ec6cf4267d8
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug5335 / correct / case-2 / foo.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4     yang-version 1;
5
6     revision "2016-03-04" {
7         description "test";
8     }
9
10     container root {
11     }
12 }