// Local Variables:
// indent-tabs-mode: nil
// js-indent-level: 2
// End:
// The following tests go below any comments to avoid including
// misindented comments among the erroring lines.
// Don’t misinterpret inequality operators as JSX.
for (; i < length;) void 0
if (foo > bar) void 0
// Don’t misintrepet inequalities within JSX, either.
{foo < bar}
// Don’t even misinterpret unary operators as JSX.
if (foo < await bar) void 0
while (await foo > bar) void 0
{foo < await bar}
// Allow unary keyword names as null-valued JSX attributes.
// (As if this will EVER happen…)
How would we ever live without unary support
// “-” is not allowed in a JSXBoundaryElement’s name.
// Weirdly-indented “continued expression.”
// “-” may be used in a JSXAttribute’s name.
// Weird spaces should be tolerated.
< div >
< div >
< div
attr=""
/ >
< div
attr=""
/ >
< / div>
< / div >
// Non-ASCII identifiers are acceptable.
<Über>
Guten Tag!
Über>