Skip to content
Snippets Groups Projects
Commit a347f5e3 authored by Pieter Ouwerkerk's avatar Pieter Ouwerkerk Committed by Marijn Haverbeke
Browse files

[jsx mode] Add test for corner case

Issue #4909
parent c4232289
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,9 @@
MT("preserve_js_context",
"[variable x] [operator =] [string-2 `quasi${][bracket&tag <][tag foo][bracket&tag />][string-2 }quoted`]")
MT("string_interpolation",
"[variable x] [operator =] [string-2 `quasi<code>${] [number 10] [string-2 }</code>`]")
MT("line_comment",
"([bracket&tag <][tag foo] [comment // hello]",
" [bracket&tag ></][tag foo][bracket&tag >][operator ++])")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment