BUG 8927: Netconf response payload fails to render in JSON
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / complexjson / yang / bug8927.yang
diff --git a/yang/yang-data-codec-gson/src/test/resources/complexjson/yang/bug8927.yang b/yang/yang-data-codec-gson/src/test/resources/complexjson/yang/bug8927.yang
new file mode 100644 (file)
index 0000000..05637fd
--- /dev/null
@@ -0,0 +1,12 @@
+module bug8927 {
+    namespace "bug8927.test";
+    prefix tst;
+
+    revision 2017-01-01 {
+    }
+
+    container foo {
+        anyxml alarm-information;
+    }
+}
+