finos / messageml-utils

MessageML is a markup language used by the Symphony Agent API for representing messages, including formatting (bold, italic, numbered and unnumbered lists etc.) and entity data representing structured objects.
https://docs.developers.symphony.com
Apache License 2.0
12 stars 28 forks source link

MML-142 - elements with required 'id' or 'name' attributes shouldn't allow blank values #143

Closed sandro-encora closed 5 years ago

sandro-encora commented 5 years ago

Fixes https://github.com/symphonyoss/messageml-utils/issues/142.

I also added unit tests for the elements (radio and action buttons) which are not currently failing.

sandro-encora commented 5 years ago

ok to test