structget() incorrectly returning true with cfml-compat installed
Description
This was part of the logic to transpiler BIFs that returned a dummy “true” value, but structGet() should not have been included. Our unit test was running as Boxlang script, not CF script, so it was passing!
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
This was part of the logic to transpiler BIFs that returned a dummy “true” value, but
structGet()
should not have been included. Our unit test was running as Boxlang script, not CF script, so it was passing!