YANGTOOLS-706: Split out yang-parser-rfc7950
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / bug5518 / foo.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/bugs/bug5518/foo.yang b/yang/yang-parser-rfc7950/src/test/resources/bugs/bug5518/foo.yang
new file mode 100644 (file)
index 0000000..dbe89e0
--- /dev/null
@@ -0,0 +1,8 @@
+module foo {
+    namespace "foo";
+    prefix foo;
+
+    container root {
+        must "not(deref(.)/../same-pass)";
+    }
+}