Skip to content

Commit ec60782

Browse files
committed
Gotta single quote yer typewriter buttons
1 parent 42750fe commit ec60782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)