Skip to content

Commit a2b0ea7

Browse files
author
Morgan Haskel
committed
Merge pull request #293 from hunner/fix_chop
Gotta single quote yer typewriter buttons
2 parents 42750fe + ec60782 commit a2b0ea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/acceptance/chop_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
end
2020

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

0 commit comments

Comments
 (0)