aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/manual/indent/jsx-unclosed-2.jsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/manual/indent/jsx-unclosed-2.jsx b/test/manual/indent/jsx-unclosed-2.jsx
index be0a605503f..fb665b96a43 100644
--- a/test/manual/indent/jsx-unclosed-2.jsx
+++ b/test/manual/indent/jsx-unclosed-2.jsx
@@ -56,3 +56,10 @@ while (await foo > bar) void 0
56 / > 56 / >
57 < / div> 57 < / div>
58< / div > 58< / div >
59
60// Non-ASCII identifiers are acceptable.
61<Über>
62 <Québec διακριτικός sueño="">
63 Guten Tag!
64 </Québec>
65</Über>