Fix augmented action code generation
[mdsal.git] / binding / mdsal-binding-generator-impl / src / test / resources / mdsal-459 / base.yang
1 module base {
2     yang-version 1.1;
3     namespace "base";
4     prefix "base";
5
6     container foo {
7
8     }
9 }
10