spacing in spec

eLua
kikito 12 years ago
parent 78c4643ba0
commit f4eceb558a
  1. 2
      spec/inspect_spec.lua

@ -20,7 +20,7 @@ context( 'inspect', function()
end)
it('uses regular quotes if the string has both quotes and apostrophes', function()
assert_equal(inspect("I have \"quotes\" and 'apostrophes'"), '"I have \\"quotes\\" and \'apostrophes\'"')
assert_equal(inspect("I have \"quotes\" and 'apostrophes'"), '"I have \\"quotes\\" and \'apostrophes\'"')
end)
it('escapes escape control characters', function()

Loading…
Cancel
Save