Skip to content

Commit

Permalink
Merge pull request redhat-openstack#293 from hunner/fix_chop
Browse files Browse the repository at this point in the history
Gotta single quote yer typewriter buttons
  • Loading branch information
Morgan Haskel committed Jun 26, 2014
2 parents 42750fe + ec60782 commit a2b0ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/chop_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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.")
Expand Down

0 comments on commit a2b0ea7

Please sign in to comment.