We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6708210 commit dbd9b85Copy full SHA for dbd9b85
test/core.js
@@ -18,7 +18,7 @@ test( "jQuery(html) loose rules", function() {
18
nowarns = {
19
"simple tag": "<div />",
20
"single tag with properties": "<input type=text name=easy />",
21
- "embedded newlines": "<div>very\nspacey\n<div>like\n</div> text </div></div>",
+ "embedded newlines": "<div>very\nspacey\n like\n<div> text </div></div>",
22
"embedded hash": "<p>love potion <strong bgcolor='#bad'>#9</strong></p>",
23
"complex html": "<div id='good'><p id='guy'> hello !</p></div>"
24
},
0 commit comments