Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
Add pending spec for blocks within implicitly bracketed multiline sta…
Browse files Browse the repository at this point in the history
…tement
  • Loading branch information
mocoso committed Jul 13, 2009
1 parent f627500 commit aed0142
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Support/spec/fixtures/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,28 @@
1 +
2
end
- name: indent block within implicit brackets
pending: Implementation of support for this feature
input: |
def foo
bar first_arg,
second_arg
[
1,
2,
3
],
last_arg
end
output: |
def foo
bar first_arg,
second_arg
[
1,
2,
3
],
last_arg
end

0 comments on commit aed0142

Please sign in to comment.