Last active
March 13, 2021 08:48
-
-
Save matori/2deac7218dccca9a21190d388ee26088 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "Document", | |
"raw": "a《《1》》b《2》c《《《3》》》d|《《4》》e《《5》》f", | |
"range": [ | |
0, | |
32 | |
], | |
"loc": { | |
"start": { | |
"line": 1, | |
"column": 0 | |
}, | |
"end": { | |
"line": 1, | |
"column": 32 | |
} | |
}, | |
"children": [ | |
{ | |
"type": "Paragraph", | |
"raw": "a《《1》》b《2》c《《《3》》》d|《《4》》e《《5》》f", | |
"range": [ | |
0, | |
32 | |
], | |
"loc": { | |
"start": { | |
"line": 1, | |
"column": 0 | |
}, | |
"end": { | |
"line": 1, | |
"column": 32 | |
} | |
}, | |
"children": [ | |
{ | |
"type": "Str", | |
"raw": "a", | |
"value": "a", | |
"loc": { | |
"start": { | |
"line": 1, | |
"column": 0 | |
}, | |
"end": { | |
"line": 1, | |
"column": 1 | |
} | |
}, | |
"range": [ | |
0, | |
1 | |
] | |
}, | |
{ | |
"type": "Emphasis", | |
"raw": "《《1》》", | |
"value": "1", | |
"loc": { | |
"start": { | |
"line": 1, | |
"column": 1 | |
}, | |
"end": { | |
"line": 1, | |
"column": 6 | |
} | |
}, | |
"range": [ | |
1, | |
6 | |
], | |
"children": [ | |
{ | |
"type": "Str", | |
"raw": "1", | |
"value": "1", | |
"loc": { | |
"start": { | |
"line": 1, | |
"column": 3 | |
}, | |
"end": { | |
"line": 1, | |
"column": 1 | |
} | |
}, | |
"range": [ | |
3, | |
1 | |
] | |
} | |
] | |
}, | |
{ | |
"type": "Str", | |
"raw": "b《2》c《《《3》》》d|《《4》》e", | |
"value": "b《2》c《《《3》》》d|《《4》》e", | |
"loc": { | |
"start": { | |
"line": 1, | |
"column": 6 | |
}, | |
"end": { | |
"line": 1, | |
"column": 26 | |
} | |
}, | |
"range": [ | |
6, | |
26 | |
] | |
}, | |
{ | |
"type": "Emphasis", | |
"raw": "《《5》》", | |
"value": "5", | |
"loc": { | |
"start": { | |
"line": 1, | |
"column": 26 | |
}, | |
"end": { | |
"line": 1, | |
"column": 31 | |
} | |
}, | |
"range": [ | |
26, | |
31 | |
], | |
"children": [ | |
{ | |
"type": "Str", | |
"raw": "5", | |
"value": "5", | |
"loc": { | |
"start": { | |
"line": 1, | |
"column": 28 | |
}, | |
"end": { | |
"line": 1, | |
"column": 1 | |
} | |
}, | |
"range": [ | |
28, | |
1 | |
] | |
} | |
] | |
}, | |
{ | |
"type": "Str", | |
"raw": "f", | |
"value": "f", | |
"loc": { | |
"start": { | |
"line": 1, | |
"column": 31 | |
}, | |
"end": { | |
"line": 1, | |
"column": 26 | |
} | |
}, | |
"range": [ | |
31, | |
26 | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Emphasisのend columnが間違ってる