Gotta single quote yer typewriter buttons
This commit is contained in:
parent
42750fe490
commit
ec607827ad
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ describe 'chop function', :unless => UNSUPPORTED_PLATFORMS.include?(fact('operat
|
|||
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.")
|
||||
|
|
Loading…
Reference in a new issue