Use YangSnippetCleaner in implemetation + test with yangs
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / base / with_import / test-import.yang
1 module test-import {
2
3     yang-version 1;
4     namespace "urn:test:simple:test:import";
5     prefix "test-import";
6
7     revision 2017-04-21;
8
9     container *my-import-%cont {
10     }
11 }