spacing in spec

This commit is contained in:
kikito 2012-10-29 23:41:56 +01:00
parent 78c4643ba0
commit f4eceb558a

View File

@ -20,7 +20,7 @@ context( 'inspect', function()
end) end)
it('uses regular quotes if the string has both quotes and apostrophes', function() 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) end)
it('escapes escape control characters', function() it('escapes escape control characters', function()