update textarea parser test, now that we no longer are doing that normalization

pull/6148/head
Conduitry 6 years ago
parent 2aaf663c73
commit 1f577dfd64

@ -9,50 +9,44 @@
"end": 61, "end": 61,
"type": "Element", "type": "Element",
"name": "textarea", "name": "textarea",
"attributes": [ "attributes": [],
"children": [
{ {
"type": "Attribute", "start": 10,
"name": "value", "end": 41,
"value": [ "type": "Text",
{ "raw": "\n\t<p>not actually an element. ",
"start": 10, "data": "\n\t<p>not actually an element. "
"end": 41, },
"type": "Text", {
"raw": "\n\t<p>not actually an element. ", "start": 40,
"data": "\n\t<p>not actually an element. " "end": 45,
}, "type": "MustacheTag",
{ "expression": {
"start": 40, "type": "Identifier",
"end": 45, "start": 41,
"type": "MustacheTag", "end": 44,
"expression": { "loc": {
"type": "Identifier", "start": {
"start": 41, "line": 2,
"end": 44, "column": 30
"loc": { },
"start": { "end": {
"line": 2, "line": 2,
"column": 30 "column": 33
},
"end": {
"line": 2,
"column": 33
}
},
"name": "foo"
} }
}, },
{ "name": "foo"
"start": 45, }
"end": 50, },
"type": "Text", {
"raw": "</p>\n", "start": 45,
"data": "</p>\n" "end": 50,
} "type": "Text",
] "raw": "</p>\n",
"data": "</p>\n"
} }
], ]
"children": []
} }
] ]
} }

Loading…
Cancel
Save