Enforce augment statement argument well-formedness
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / bug5481 / module2.yang
index f6b1fa3450b7c07595c8f823bc209ac3ebbba073..22431b077868bb31d54d142d40533c4f00296468 100644 (file)
@@ -12,7 +12,7 @@ module module2 {
         description "Initial version.";
     }
 
-    augment "module1:top" {
+    augment "/module1:top" {
         when "module1:top = 'extended'";
         description "text";
         status deprecated;