We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c423228 commit a347f5eCopy full SHA for a347f5e
mode/jsx/test.js
@@ -33,6 +33,9 @@
33
MT("preserve_js_context",
34
"[variable x] [operator =] [string-2 `quasi${][bracket&tag <][tag foo][bracket&tag />][string-2 }quoted`]")
35
36
+ MT("string_interpolation",
37
+ "[variable x] [operator =] [string-2 `quasi<code>${] [number 10] [string-2 }</code>`]")
38
+
39
MT("line_comment",
40
"([bracket&tag <][tag foo] [comment // hello]",
41
" [bracket&tag ></][tag foo][bracket&tag >][operator ++])")
0 commit comments