blob: cd2251e38c8f6ef016a2549d5f570349804b8303 [file] [log] [blame]
Tests that Source Frame can pretty print
Showing raw content: true
var theContent = something; if (thisIsOnSameLine) { itShouldBeMovedToAnotherLine(); } thenPretty();
Showing pretty content: true
var theContent = something;
if (thisIsOnSameLine) {
itShouldBeMovedToAnotherLine();
}
thenPretty();
Back to raw content: true
var theContent = something; if (thisIsOnSameLine) { itShouldBeMovedToAnotherLine(); } thenPretty();