Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: rebase and update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jan 26, 2022
1 parent b89d2ef commit 5ead0f9
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: crates/rome_formatter/tests/spec_test.rs
assertion_line: 63
assertion_line: 57
expression: import_specifiers.js

---
Expand All @@ -26,17 +26,20 @@ import { hey } from "hey";
import { hey } from "hey";
import { test } from "foo.json" assert { for: "for" };
import {
loooooooooooooooooooong // some funky comment
// some funky comment
loooooooooooooooooooong
as
moreeeeeeloooooooooooooooooooong,
loooooooooooooooooooong2
as
moreeeeeeloooooooooooooooooooong2,// some other comment
moreeeeeeloooooooooooooooooooong2,
// some other comment
} from "test";
import {
loooooooooooooooooooong3
as
moreeeeeeloooooooooooooooooooong3,// some funky comment
moreeeeeeloooooooooooooooooooong3,
// some funky comment
} from "test";

import {
Expand Down

0 comments on commit 5ead0f9

Please sign in to comment.