Skip to content

Commit

Permalink
add failing string/charlist test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbodah committed Jun 12, 2021
1 parent a7cf8c9 commit 52fb232
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/indent/basic_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -558,4 +558,12 @@ def hi do
:send
end
EOF

i <<~EOF
defmodule Hi do
def hello_world do
"end"
'end'
end
EOF
end

0 comments on commit 52fb232

Please sign in to comment.