ae1e15a1688d4731863894b0a824f59a003660b0
[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 }