File tree 2 files changed +13
-8
lines changed
test/parser/samples/unusual-identifier
2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
{{#each things as 𐊧}}
2
- < p > 𐊧 </ p >
2
+ < p > {{𐊧}} </ p >
3
3
{{/each}}
Original file line number Diff line number Diff line change 1
1
{
2
- "hash" : 2991613308 ,
2
+ "hash" : 795130236 ,
3
3
"html" : {
4
4
"start" : 0 ,
5
- "end" : 43 ,
5
+ "end" : 47 ,
6
6
"type" : " Fragment" ,
7
7
"children" : [
8
8
{
9
9
"start" : 0 ,
10
- "end" : 43 ,
10
+ "end" : 47 ,
11
11
"type" : " EachBlock" ,
12
12
"expression" : {
13
13
"type" : " Identifier" ,
18
18
"children" : [
19
19
{
20
20
"start" : 24 ,
21
- "end" : 33 ,
21
+ "end" : 37 ,
22
22
"type" : " Element" ,
23
23
"name" : " p" ,
24
24
"attributes" : [],
25
25
"children" : [
26
26
{
27
27
"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
+ }
31
36
}
32
37
]
33
38
}
You can’t perform that action at this time.
0 commit comments