unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 8db25aa67f1bf511094527f4a3c485da69afc164 914 bytes (raw)
name: test/manual/indent/jsx-unclosed-2.jsx 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
// 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 equality operators as JSX.
for (; i < length;) void 0
if (foo > bar) void 0

// Don’t even misinterpret unary operators as JSX.
if (foo < await bar) void 0
while (await foo > bar) void 0

// Allow unary keyword names as null-valued JSX attributes.
// (As if this will EVER happen…)
<Foo yield>
  <Bar void>
    <Baz
      zorp
      typeof>
      <Please do_n0t delete this_stupidTest >
        How would we ever live without unary support
      </Please>
    </Baz>
  </Bar>
</Foo>

// “-” is not allowed in a JSXBoundaryElement’s name.
<ABC />
  <A-B-C /> // Weirdly-indented continued expression.”

// “-” may be used in a JSXAttribute’s name.
<Foo a-b-c=""
     x-y-z="" />

debug log:

solving 8db25aa67f ...
found 8db25aa67f in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).