You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… handling of numbers in manifestXmlJsonml, handling of code in extCode (#171)
Fixes#110 and
#149 and
#74 and
#56 and
#47 and
#114 and
#76
Mostly straightforward changes, though the constructor signature of
`Interpeter` and `Evaluator` had to change a bit to satisfy the fixed
`extCode` semantics. Added unit tests to assert the correct behaviors
With the example from the standard library docs (reproduced below), manifestXmlJsonml fails with
Cannot call manifestXmlJsonml on class ujson.Num
.The example:
Per the docs, the expected value is XML equivalent to:
I've verified that's the return value in the jsonnet.org editable text areas.
The text was updated successfully, but these errors were encountered: