Stringifying a HashMapObject, that has a "#str" code, results in a double quoted string.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Scripting
Steps To Reproduce
- Execute str createHashMapObject [[["#str", { "My HashMap Object" }]]]
- Notice return value is """My HashMap Object""", instead of expected "My HashMap Object"
Additional Information
hint str _hashMapObject; in Example 1 of createHashMapObject hints """My HashMap Object""", instead of the expected "My HashMap Object"