Revert "Revert "Updated SchemaNodeIdentifier namespace handling.""
[yangtools.git] / yang / yang-parser-impl / src / test / resources / stmt-test / augments / multiple-augment-root.yang
index 88123f77367698d74f60ff45b35bb648f9768002..5ec75d342b24b98f1a3f68e5e7f1fbe383b4cb23 100644 (file)
@@ -4,7 +4,7 @@ module multiple-augment-root {
     prefix root;
 
     import multiple-augment-imported { prefix imp; revision-date 1970-01-01; }
-    
+
     include multiple-augment-submodule { revision-date 1970-01-01; }
 
     augment /imp:root-container/imp:container-from-grp1/imp:sub-container-from-grp1/imp:container-in-uses-augment/imp:sub-container-from-augment2 {
@@ -22,7 +22,7 @@ module multiple-augment-root {
         }
     }
 
-    augment /imp:root-container/imp:container-from-grp1/imp:sub-container-from-grp1/imp:container-from-grp2/imp:sub-container-from-grp2/imp:sub-container-from-augment5 {
+    augment /imp:root-container/imp:container-from-grp1/imp:sub-container-from-grp1/imp:container-from-grp2/imp:sub-container-from-grp2/sub-container-from-augment5 {
         container sub-container-from-augment7 {
         }
     }
@@ -36,7 +36,7 @@ module multiple-augment-root {
         container added-container-1 {
         }
     }
-    
+
     container container-with-multiple-uses {
         uses imp:grp-from-import{
             augment container-from-grp-from-import {