pull/1106/head
Rich Harris 7 years ago
parent a85b09ea97
commit 80c55b1e51

@ -1,3 +1,3 @@
{{#each things as 𐊧}} {{#each things as 𐊧}}
<p>𐊧</p> <p>{{𐊧}}</p>
{{/each}} {{/each}}

@ -1,13 +1,13 @@
{ {
"hash": 2991613308, "hash": 795130236,
"html": { "html": {
"start": 0, "start": 0,
"end": 43, "end": 47,
"type": "Fragment", "type": "Fragment",
"children": [ "children": [
{ {
"start": 0, "start": 0,
"end": 43, "end": 47,
"type": "EachBlock", "type": "EachBlock",
"expression": { "expression": {
"type": "Identifier", "type": "Identifier",
@ -18,16 +18,21 @@
"children": [ "children": [
{ {
"start": 24, "start": 24,
"end": 33, "end": 37,
"type": "Element", "type": "Element",
"name": "p", "name": "p",
"attributes": [], "attributes": [],
"children": [ "children": [
{ {
"start": 27, "start": 27,
"end": 29, "end": 33,
"type": "Text", "type": "MustacheTag",
"data": "𐊧" "expression": {
"type": "Identifier",
"start": 29,
"end": 31,
"name": "𐊧"
}
} }
] ]
} }

Loading…
Cancel
Save