Skip to content

Commit 80c55b1

Browse files
committed
oops
1 parent a85b09e commit 80c55b1

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{{#each things as 𐊧}}
2-
<p>𐊧</p>
2+
<p>{{𐊧}}</p>
33
{{/each}}

test/parser/samples/unusual-identifier/output.json

+12-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"hash": 2991613308,
2+
"hash": 795130236,
33
"html": {
44
"start": 0,
5-
"end": 43,
5+
"end": 47,
66
"type": "Fragment",
77
"children": [
88
{
99
"start": 0,
10-
"end": 43,
10+
"end": 47,
1111
"type": "EachBlock",
1212
"expression": {
1313
"type": "Identifier",
@@ -18,16 +18,21 @@
1818
"children": [
1919
{
2020
"start": 24,
21-
"end": 33,
21+
"end": 37,
2222
"type": "Element",
2323
"name": "p",
2424
"attributes": [],
2525
"children": [
2626
{
2727
"start": 27,
28-
"end": 29,
29-
"type": "Text",
30-
"data": "𐊧"
28+
"end": 33,
29+
"type": "MustacheTag",
30+
"expression": {
31+
"type": "Identifier",
32+
"start": 29,
33+
"end": 31,
34+
"name": "𐊧"
35+
}
3136
}
3237
]
3338
}

0 commit comments

Comments
 (0)