From f4eceb558aa70cc7ea425d86a4b250f18514e7e5 Mon Sep 17 00:00:00 2001 From: kikito Date: Mon, 29 Oct 2012 23:41:56 +0100 Subject: [PATCH] spacing in spec --- spec/inspect_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/inspect_spec.lua b/spec/inspect_spec.lua index bcd0fe2..dea20af 100644 --- a/spec/inspect_spec.lua +++ b/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()