| OLD | NEW |
| 1 Tests that search across files works with formatted scripts. | 1 Tests that search across files works with formatted scripts. |
| 2 | 2 |
| 3 Debugger was enabled. | |
| 4 Pre-format search results: | 3 Pre-format search results: |
| 5 Search matches: | 4 Search matches: |
| 6 lineNumber: 25, line: ' scriptSource.searchInContent("magic-string", true
, false, dump1);' | 5 lineNumber: 25, line: ' scriptSource.searchInContent("magic-string", true
, false, dump1);' |
| 7 lineNumber: 39, line: ' scriptSource.searchInContent("magic-string", true
, false, dump2);' | 6 lineNumber: 39, line: ' scriptSource.searchInContent("magic-string", true
, false, dump2);' |
| 8 | 7 |
| 9 Post-format search results: | 8 Post-format search results: |
| 10 Search matches: | 9 Search matches: |
| 11 lineNumber: 25, line: ' scriptSource.searchInContent("magic-string", true
, false, dump1);' | 10 lineNumber: 25, line: ' scriptSource.searchInContent("magic-string", true
, false, dump1);' |
| 12 lineNumber: 39, line: ' scriptSource.searchInContent("magic-string", true
, false, dump2);' | 11 lineNumber: 39, line: ' scriptSource.searchInContent("magic-string", true
, false, dump2);' |
| 13 | 12 |
| 14 | 13 |
| OLD | NEW |