Revert "Update YANG lexer/parser to accept free-standing '+'"
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / YT1089 / foo.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/bugs/YT1089/foo.yang b/yang/yang-parser-rfc7950/src/test/resources/bugs/YT1089/foo.yang
deleted file mode 100644 (file)
index 982dca3..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-module foo {
-    namespace urn:foo;
-    prefix foo;
-
-    description +something;
-    contact contact++;
-    organization organiza++tion;
-
-    leaf foo {
-      type string;
-      default +;
-      description 'squot' + "dquot";
-      reference "+" + '+';
-    }
-
-    leaf bar {
-      type string;
-      default ++;
-      description "+ + ++";
-      reference "++ + +";
-    }
-}