Skip to content

Commit ff113ce

Browse files
committed
Update comment
1 parent 392d4dd commit ff113ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/syntax_tests/data/printer/expr/expected/switch.res.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ switch route {
4949
<div> {React.string("Second A div")} </div>
5050
</div>
5151
| B =>
52-
<> // fragment tag moves to the next line
52+
<> // fragment tag stays after <>
5353
<div> {React.string("First B div")} </div>
5454
<div> {React.string("Second B div")} </div>
5555
</>

tests/syntax_tests/data/printer/expr/switch.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ switch route {
4444
<div> {React.string("First A div")} </div>
4545
<div> {React.string("Second A div")} </div>
4646
</div>
47-
| B => <> // fragment tag moves to the next line
47+
| B => <> // fragment tag stays after <>
4848
<div> {React.string("First B div")} </div>
4949
<div> {React.string("Second B div")} </div>
5050
</>

0 commit comments

Comments
 (0)