Commits

Michael Teper committed f46ba311b59
[AST] Enclose value of writtenType attribute in quotes Prior to this change, writtentType value was not enclosed in single quotes and could contain spaces (e.g. `writtenType='[[String : String]]'`). With this change, the value is enclosed in quotes matching the rendering of the `type` attribute.