File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/syntax_tests/data/printer/expr Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ switch route {
49
49
<div> {React.string("Second A div")} </div>
50
50
</div>
51
51
| B =>
52
- <> // fragment tag moves to the next line
52
+ <> // fragment tag stays after <>
53
53
<div> {React.string("First B div")} </div>
54
54
<div> {React.string("Second B div")} </div>
55
55
</>
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ switch route {
44
44
<div > {React .string ("First A div" )} </div >
45
45
<div > {React .string ("Second A div" )} </div >
46
46
</div >
47
- | B => <> // fragment tag moves to the next line
47
+ | B => <> // fragment tag stays after <>
48
48
<div > {React .string ("First B div" )} </div >
49
49
<div > {React .string ("Second B div" )} </div >
50
50
</>
You can’t perform that action at this time.
0 commit comments