Mariano Esteban

Results 2 comments of Mariano Esteban

Escaping `value` and `label` with `escape_html()` in line 1742 makes the tests pass: ```js fresh.push('' + escape_html(label) + ''); ```

The error seems to be caused by the `tags` field for some reason. Removing the `tags` from the `discussiondata.json` file solved the problem for me.