Skip to content

Commit

Permalink
Spec for issue 108
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRadev committed Mar 17, 2013
1 parent 42a35de commit e6fbe54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/indent/continuations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,14 @@ def bar(
}
EOF
end

specify "string with an and#" do
# See https://github.com/vim-ruby/vim-ruby/issues/108 for details
assert_correct_indenting <<-EOF
outside_block "and#" do
inside_block do
end
end
EOF
end
end

0 comments on commit e6fbe54

Please sign in to comment.