Renamed 'keyword' -> 'literal'

This commit is contained in:
rxi
2015-08-20 18:54:00 +01:00
parent 83164fb45c
commit 3845cef229
2 changed files with 10 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ test("numbers", function()
end)
test("keywords", function()
test("literals", function()
assert( json.decode("true") == true )
assert( json.encode(true) == "true" )
assert( json.decode("false") == false )