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,11 +9,8 @@
"end": 61, "end": 61,
"type": "Element", "type": "Element",
"name": "textarea", "name": "textarea",
"attributes": [ "attributes": [],
{ "children": [
"type": "Attribute",
"name": "value",
"value": [
{ {
"start": 10, "start": 10,
"end": 41, "end": 41,
@ -51,9 +48,6 @@
} }
] ]
} }
],
"children": []
}
] ]
} }
} }
Loading…
Cancel
Save