We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42750fe commit ec60782Copy full SHA for ec60782
1 file changed
spec/acceptance/chop_spec.rb
@@ -19,7 +19,7 @@
19
end
20
21
it 'should eat the last two characters of \r\n' do
22
- pp = <<-EOS
+ pp = <<-'EOS'
23
$input = "test\r\n"
24
if size($input) != 6 {
25
fail("Size of ${input} is not 6.")
0 commit comments