3 if( foo ||bar ){ if (bar === 'bar'){
5 log('nested if'); } else { log('nested else')
14 // should keep the 2 empty lines
19 if( singleLine )singleLine();
30 // issue #34 (break line comment into individual line)
31 if ( window.DOMParser ) { // Standard
32 tmp = new DOMParser();
33 xml = tmp.parseFromString( data , "text/xml" );
35 xml = new ActiveXObject( "Microsoft.XMLDOM" );