| Verify that Debugger.searchInContent works with scripts that have varying line endings. |
| Script: mac-linebreaks.js |
| Line 6: " // test three test four\r" |
| Line 9: "// test no newline" |
| Script: mixed-linebreaks.js |
| Line 6: " // test three test four\r\n" |
| Line 9: "// test no newline" |
| Script: unix-linebreaks.js |
| Line 6: " // test three test four\n" |
| Line 9: "// test no newline" |
| Script: windows-linebreaks.js |
| Line 0: "// test one\r\n" |
| Line 2: "// test two\r\n" |
| Line 6: " // test three test four\r\n" |
| Line 9: "// test no newline" |