json4lua icon indicating copy to clipboard operation
json4lua copied to clipboard

Example error

Open galigalikun opened this issue 9 years ago • 0 comments

lua 5.1, 5.2

% lua ../examples/tests.lua "Test\u00A7\"" Test§" four true two 2 three three one 1 lua5.2: ../examples/tests.lua:190: assertion failed! stack traceback: [C]: in function 'assert' ../examples/tests.lua:190: in function 'testJSON4Lua' ../examples/tests.lua:203: in main chunk [C]: in ?

% lua ../examples/tests.lua "Test\u00A7\"" Test§" four true three three two 2 one 1 lua: ./json.lua:140: attempt to call global 'decode' (a nil value) stack traceback: ./json.lua:140: in function 'decode' ../examples/tests.lua:199: in function 'testJSON4Lua' ../examples/tests.lua:203: in main chunk [C]: in ?

% lua ../examples/tests.lua "Test\u00A7\"" Test§" one 1 three three four true two 2 JSON4Lua tests completed successfully

% lua ../examples/example.lua JSON encoded test is: {"one":"first","two":"second","three":[2,3,5]} The decoded table result: one first two second three table: 0x7f91b8508180 The decoded table result.three 1 2 2 3 3 5

galigalikun avatar Jan 04 '16 20:01 galigalikun