proofgeist / fm-json-additions

MIT License
27 stars 12 forks source link

JSON.ArrayLength doesn't handle returns #2

Closed toddgeist closed 7 years ago

toddgeist commented 7 years ago

An array like the example below will fail to get the correct result. File includes failing test. JSONAdditions.fmp12.zip

[
"a\rb",
"a\nb"
]
toddgeist commented 7 years ago

Fixed in the attached file JSONAdditions.fmp12.zip