| 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 Pre-format search results: | 3 Pre-format search results: |
| 4 Search matches: | 4 Search matches: |
| 5 lineNumber: 30, line: ' scriptSource.searchInContent("magic-string", true
, false, dump1);' | 5 lineNumber: 30, line: ' scriptSource.searchInContent("magic-string", true
, false, dump1);' |
| 6 lineNumber: 44, line: ' scriptSource.searchInContent("magic-string", true
, false, dump2);' | 6 lineNumber: 44, line: ' scriptSource.searchInContent("magic-string", true
, false, dump2);' |
| 7 | 7 |
| 8 Post-format search results: | 8 Post-format search results: |
| 9 Search matches: | 9 Search matches: |
| 10 lineNumber: 30, line: ' scriptSource.searchInContent("magic-string", true
, false, dump1);' | 10 lineNumber: 30, line: ' scriptSource.searchInContent("magic-string", true
, false, dump1);' |
| 11 lineNumber: 44, line: ' scriptSource.searchInContent("magic-string", true
, false, dump2);' | 11 lineNumber: 44, line: ' scriptSource.searchInContent("magic-string", true
, false, dump2);' |
| 12 | 12 |
| 13 | 13 |
| OLD | NEW |