|
1 | 1 | // Debugger for demo |
2 | 2 | var tests = { |
3 | | - "test-1":"tests/test.xml", |
4 | | - "test-2":"tests/test2.xml", |
5 | | - "test-3":"tests/rokubunnoichi.xml", |
6 | | - "test-4":"tests/mikunoshoushitsu.xml", |
7 | | - "test-5":"tests/unowen.xml", |
8 | | - "test-6":"tests/comment.xml", |
9 | | - "test-7":"tests/extended.xml", |
10 | | - "test-8":"tests/boss.xml", |
11 | | - "test-9":"tests/utsukushiki_mono.xml", |
12 | | - "test-s":"tests/scripting/kanpai.xml", |
13 | | - "test-ac-1":{"f":'tests/ACFun.json',"p":"acfun"}, |
14 | | - "test-ac-2":{"f":'tests/ac940133.json',"p":"acfun"}, |
15 | | - "test-ts-1":"tests/invalid/no_closing.xml", |
16 | | - "test-ts-2":"tests/invalid/syntax_error.xml", |
17 | | - "test-ts-3":"tests/invalid/xss.xml" |
| 3 | + "test-1":"test/test.xml", |
| 4 | + "test-2":"test/test2.xml", |
| 5 | + "test-3":"test/rokubunnoichi.xml", |
| 6 | + "test-4":"test/mikunoshoushitsu.xml", |
| 7 | + "test-5":"test/unowen.xml", |
| 8 | + "test-6":"test/comment.xml", |
| 9 | + "test-7":"test/extended.xml", |
| 10 | + "test-8":"test/boss.xml", |
| 11 | + "test-9":"test/utsukushiki_mono.xml", |
| 12 | + "test-s":"test/scripting/kanpai.xml", |
| 13 | + "test-ac-1":{"f":'test/ACFun.json',"p":"acfun"}, |
| 14 | + "test-ac-2":{"f":'test/ac940133.json',"p":"acfun"}, |
| 15 | + "test-ts-1":"test/invalid/no_closing.xml", |
| 16 | + "test-ts-2":"test/invalid/syntax_error.xml", |
| 17 | + "test-ts-3":"test/invalid/xss.xml" |
18 | 18 | }; |
19 | 19 |
|
20 | 20 | var debugs = { |
|
0 commit comments