Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example error #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

galigalikun
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants