Skip to content

Commit

Permalink
reinstate reorder arrays test case
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianEffe committed Sep 10, 2024
1 parent acf1529 commit ed63aa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/taplo/src/tests/formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@ foo = [
1979-05-27,
["x", "a"],
{ b = 2, a = 1 },
3,
1,
Expand All @@ -1032,6 +1033,7 @@ foo = [
2021-01-01,
["a", "x"],
{ b = 2, a = 1 },
1,
10, # due to the lexicographic order
Expand Down

0 comments on commit ed63aa9

Please sign in to comment.