aafbd412创建于 2024年2月18日历史提交
`${`a string`}`

----------------------------------------------------

[
	["template-string", [
		["string", "`"],
		["interpolation", [
			["interpolation-punctuation", "${"],
			["template-string", [
				["string", "`a string`"]
			]],
			["interpolation-punctuation", "}"]
		]],
		["string", "`"]
	]]
]

----------------------------------------------------

Checks for nested template strings. See #1397