Skip to content

Commit

Permalink
add spec
Browse files Browse the repository at this point in the history
ref: #327
  • Loading branch information
kzkn committed Sep 1, 2024
1 parent 7a45ebf commit fc7d43a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/lib/rufo/formatter_source_specs/hash_literal.rb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,15 @@
{
:'' => 5,
}

#~# ORIGINAL issue_327
{
foo: "bar",
bar: "foo",
}

#~# EXPECTED
{
foo: "bar",
bar: "foo",
}

0 comments on commit fc7d43a

Please sign in to comment.