Steps to replicate the issue (include links if applicable):
What happens?:
The test for "2=2 is true" fails
The debug messages say:
Expected result: { "Z1K1": "Z40", "Z40K1": "Z41" }
Actual result: { "Z1K1": "Z40", "Z40K1": "Z42" }
Execution debug logs: [ "Z6", "K1:", "typeof object", "String() [object Object]", "JSON {\"Z1K1\":{\"Z1K1\":\"Z9\",\"Z9K1\":\"Z13518\"},\"Z13518K1\":\"2\"}", "K2:", "typeof object", "String() [object Object]", "JSON {\"Z1K1\":{\"Z1K1\":\"Z9\",\"Z9K1\":\"Z13518\"},\"Z13518K1\":\"2\"}" ]
This indicates that the converter to code did not run. The converter is here:
https://www.wikifunctions.org/view/en/Z13519
What should have happened instead?:
2=2 should have been true
We should have had a BigInt instead of an object
Software version (skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):