12 } else if (baz == null) {
18 // should keep the 2 empty lines
23 if (singleLine) singleLine();
33 if (asi && noBraces2) dolor()
38 if (wait === true ? --jQuery.readyWait : jQuery.isReady) {
53 } else if (foo > bar ||
60 } else if (foo > bar ||
70 // issue #34 (keep line comment on same line)
71 if (window.DOMParser) { // Standard
72 tmp = new DOMParser();
73 xml = tmp.parseFromString(data, "text/xml");
75 xml = new ActiveXObject("Microsoft.XMLDOM");
81 // test with multiple lines!
98 if (someInt > 0 && someBool) // some comment
118 else if (b) b(); // run b
126 for (var key in pattern) {
128 // Ignore some node properties
133 // Match array property
134 if (_.isArray(pattern[key])) {
139 // Match object property
142 // Special case rest params (requires knowledge of sibling nodes)
149 // Match other properties (string, boolean, null, etc.)
150 } else if (pattern[key] !== node[key]) {
169 // this comment should be indented