File: jsxEsprimaFbTestSuite.errors.txt

package info (click to toggle)
node-typescript 4.9.5%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 533,908 kB
  • sloc: javascript: 2,018,330; makefile: 7; sh: 1
file content (61 lines) | stat: -rw-r--r-- 1,405 bytes parent folder | download | duplicates (3)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
tests/cases/conformance/jsx/jsxEsprimaFbTestSuite.tsx(40,41): error TS1382: Unexpected token. Did you mean `{'>'}` or `>`?


==== tests/cases/conformance/jsx/jsxEsprimaFbTestSuite.tsx (1 errors) ====
    declare var React: any;
    declare var 日本語;
    declare var AbC_def;
    declare var LeftRight;
    declare var x;
    declare var a;
    declare var props;
    declare var value;
    
    <a />;
    
    <n:a n:v />;
    
    <a n:foo="bar"> {value} <b><c /></b></a>;
    
    <a b={" "} c=" " d="&amp;" e="id=1&group=2" f="&#123456789" g="&#123*;" h="&#x;" />;
    
    <a b="&notanentity;" />;
    <a
    />;
    
    <日本語></日本語>;
    
    <AbC_def
      test="&#x0026;&#38;">
    bar
    baz
    </AbC_def>;
    
    <a b={x ? <c /> : <d />} />;
    
    <a>{}</a>;
    
    <a>{/* this is a comment */}</a>;
    
    <div>@test content</div>;
    
    <div><br />7x invalid-js-identifier</div>;
    
    <LeftRight left=<a /> right=<b>monkeys /> gorillas</b> />;
                                            ~
!!! error TS1382: Unexpected token. Did you mean `{'>'}` or `&gt;`?
    
    <a.b></a.b>;
    
    <a.b.c></a.b.c>;
    
    (<div />) < x;
    
    <div {...props} />;
    
    <div {...props} post="attribute" />;
    
    <div pre="leading" pre2="attribute" {...props}></div>;
    
    <a>    </a>;