Page MenuHomeFeedback Tracker

Double quoted HashMapObject #str
New, NormalPublic

Description

Stringifying a HashMapObject, that has a "#str" code, results in a double quoted string.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Scripting
Steps To Reproduce
  1. Execute str createHashMapObject [[["#str", { "My HashMap Object" }]]]
  2. 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"

Event Timeline

Coryf88 created this task.Wed, Sep 25, 12:28 PM
This comment was removed by Leopard20.