Add a uses/refine test 10/99610/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Feb 2022 13:24:14 +0000 (14:24 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 8 Feb 2022 14:41:49 +0000 (14:41 +0000)
Improve the test model to also check refine target.

JIRA: YANGTOOLS-1393
Change-Id: Ie9a45310112ad4fea9f2ff7ffd5d7eaf088596b3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 3f7c8ed26d2830e8b3a59f518164117339b9fc3e)

parser/yang-parser-rfc7950/src/test/resources/bugs/YT1393/xyzzy.yang

index 7420d69c805b9463e0cc3216ee03a8030837db41..364e45269fb3d74f554036399ce80e8280bb8d09 100644 (file)
@@ -17,6 +17,9 @@ module xyzzy {
           type string;
         }
       }
+      refine foo {
+        description desc;
+      }
     }
   }
 }