Bug 6180 - Parser: Backslash double-quote in double-quoted string not recognized
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug6180 / string-test.yang
1 module string-test {
2     namespace "test";
3     prefix test;
4
5     description "    1. this text contains \"string enclosed in double quotes\" and special characters: \\,\n,\t      " +
6                 "    2. this text contains \"string enclosed in double quotes\" and special characters: \\,\n,
7 ,                     3. this text contains \"string enclosed in double quotes\" and special characters: \\,\n,\t      ";
8 }