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