Skip to content

Commit

Permalink
Add test for indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gingermusketeer committed Dec 2, 2017
1 parent 8cc334d commit ba42b5c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions spec/lib/rufo/formatter_source_specs/method_calls.rb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -748,3 +748,21 @@ foobar 1,
#~# EXPECTED

(a b).c([1, 2, 3])

#~# ORIGINAL indent_bug
#~# print_width: 1
#~# PENDING

a([
b(
something
),
])

#~# EXPECTED

a([
b(
something
),
])

0 comments on commit ba42b5c

Please sign in to comment.