Gotta single quote yer typewriter buttons

This commit is contained in:
Hunter Haugen 2014-06-26 13:55:57 -07:00
parent 42750fe490
commit ec607827ad

View file

@ -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.")