OLD | NEW |
1 CONSOLE ERROR: line 11: Test message. | 1 CONSOLE ERROR: line 11: Test message. |
2 Tests that the script formatting changes console line numbers. | 2 Tests that the script formatting changes console line numbers. |
3 | 3 |
4 Debugger was enabled. | 4 Debugger was enabled. |
5 | 5 |
6 Running: testConsoleMessagesForFormattedScripts | 6 Running: testConsoleMessagesForFormattedScripts |
7 script-formatter-console.html:11 | 7 script-formatter-console.html:11 |
8 Pre-format row message list: | 8 Pre-format row message list: |
9 ["10"] | 9 ["10"] |
10 ["10"] | 10 ["10"] |
11 script-formatter-console.html:formatted:16 | 11 script-formatter-console.html:formatted:18 |
12 Post-format row message list: | 12 Post-format row message list: |
13 ["15"] | 13 ["17"] |
14 ["15"] | 14 ["17"] |
15 Debugger was disabled. | 15 Debugger was disabled. |
16 | 16 |
OLD | NEW |