estanglerbm commented on issue #996:
URL: https://github.com/apache/royale-asjs/issues/996#issuecomment-742145065
What about single quotes? Oh, even more fun:
```
props['block'] = props['test'];
```
generates:
```
props.setProperty('block', props.getProperty(''test''));
```
and that leads to a loading error for the app.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]