Skip to content

Commit

Permalink
Gotta single quote yer typewriter buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
hunner committed Jun 26, 2014
1 parent 42750fe commit ec60782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/chop_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
end

it 'should eat the last two characters of \r\n' do
pp = <<-EOS
pp = <<-'EOS'
$input = "test\r\n"
if size($input) != 6 {
fail("Size of ${input} is not 6.")
Expand Down

0 comments on commit ec60782

Please sign in to comment.