Bug 6180 - Parser: Backslash double-quote in double-quoted string not recognized
[yangtools.git] / yang / yang-parser-impl / src / test / resources / model-new / bar.yang
index fd0276e3a1a801eb99c88cc4c329e912fc082558..b7085fc9d12906c7f34902fabaf01f3ae3285e5e 100644 (file)
@@ -51,14 +51,11 @@ module bar {
     }
 
     typedef invalid-string-pattern {
-        type string {
-            pattern "[[A-1*-%22!^^}";
-        }
+        type string ;
     }
 
     typedef multiple-pattern-string {
         type string {
-            pattern "[[A-1*-%22!^^}";
             pattern "[e-z]*";
         }
     }