diff options
Diffstat (limited to 'tools/lint/examples/module1b.yang')
-rw-r--r-- | tools/lint/examples/module1b.yang | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/lint/examples/module1b.yang b/tools/lint/examples/module1b.yang new file mode 100644 index 0000000..463c936 --- /dev/null +++ b/tools/lint/examples/module1b.yang @@ -0,0 +1,5 @@ +module module1b { + namespace "urn:yanglint:module"; + prefix m; + leaf mb { type string; } +} |