Bug 4662: Introduce a SemanticVersion concept - import processing
[yangtools.git] / yang / yang-parser-impl / src / test / resources / semantic-version / import / import-invalid-deprecated-2 / foo.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4     yang-version 1;
5
6     import semantic-version { prefix sv; revision-date 2016-02-02; sv:semantic-version "0.9.9"; }
7
8     revision "2016-02-01" {
9         description "Initial version";
10     }
11
12     container root {
13     }
14 }