mirror of
https://github.com/kikito/inspect.lua.git
synced 2024-12-15 14:34:21 +00:00
spacing in spec
This commit is contained in:
parent
78c4643ba0
commit
f4eceb558a
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user