mirror of
https://github.com/TangentFoxy/inspect.lua.git
synced 2025-07-27 18:42:18 +00:00
added more control characters to test case
This commit is contained in:
@@ -39,8 +39,8 @@ describe( 'inspect', function()
|
||||
end)
|
||||
|
||||
it('escapes zeroes and other control characters properly', function()
|
||||
assert.equals('"I have \\0 zeroes \\0000 and other \\1 control \\0010 characters"',
|
||||
inspect('I have \0 zeroes \0000 and other \1 control \0010 characters'))
|
||||
assert.equals('"I have \\0 zeroes \\0000 and other \\1 control \\0010 characters \\6 \\17 \\0279 \\31"',
|
||||
inspect('I have \0 zeroes \0000 and other \1 control \0010 characters \6 \17 \0279 \31'))
|
||||
end)
|
||||
|
||||
it('backslashes its backslashes', function()
|
||||
|
Reference in New Issue
Block a user