File: output.swc-stderr

package info (click to toggle)
rust-swc-core 22.2.1~ds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 62,436 kB
  • sloc: javascript: 853; xml: 538; sh: 307; makefile: 35; python: 5
file content (42 lines) | stat: -rw-r--r-- 1,120 bytes parent folder | download | duplicates (2)
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
  x Missing equal after attribute name
   ,-[$DIR/tests/recovery/attribute-no-equal/input.xml:2:1]
 1 | <root>
 2 |     <c a></c>
   :         ^
 3 |     <c a/>
   `----
  x Missing equal after attribute name
   ,-[$DIR/tests/recovery/attribute-no-equal/input.xml:3:1]
 2 |     <c a></c>
 3 |     <c a/>
   :         ^
 4 |     <c a='b' q/>
   `----
  x Missing equal after attribute name
   ,-[$DIR/tests/recovery/attribute-no-equal/input.xml:4:1]
 3 |     <c a/>
 4 |     <c a='b' q/>
   :               ^
 5 |     <c q a='b'/>
   `----
  x Missing equal after attribute name
   ,-[$DIR/tests/recovery/attribute-no-equal/input.xml:5:1]
 4 |     <c a='b' q/>
 5 |     <c q a='b'/>
   :          ^
 6 |     <c a='b' q></c>
   `----
  x Missing equal after attribute name
   ,-[$DIR/tests/recovery/attribute-no-equal/input.xml:6:1]
 5 |     <c q a='b'/>
 6 |     <c a='b' q></c>
   :               ^
 7 |     <c q a='b'></c>
   `----
  x Missing equal after attribute name
   ,-[$DIR/tests/recovery/attribute-no-equal/input.xml:7:1]
 6 |     <c a='b' q></c>
 7 |     <c q a='b'></c>
   :          ^
 8 | </root>
   `----