Bug 6329: Parser fails when target node of uses-augment is an unknown node
[yangtools.git] / yang / yang-parser-impl / src / test / resources / augment-to-extension-test / incorrect-path / augment-module.yang
index 17b3b4c72d4337634bfd2befea6decb366fae065..7370e12df85a13bc7b7f4c6c0419f63920a9a81d 100644 (file)
@@ -28,7 +28,7 @@ module augment-module {
 
     container my-container {
         uses my-grouping {
-            augment "my-extension-name/input/a" {
+            augment "my-extension-name-a/input" {
                 leaf-list my-leaf-list {
                     type string;
                 }