Comparing SSML elements doesn't compare children
Closed this issue · 1 comments
benlangfeld commented
Currently, ruby_speech doesn't compare element's children for equality when testing that two elements are equal. In order to achieve this, we need to import all children to instances of the relevant SSML classes, and then compare them.
benlangfeld commented
Fixed in 0.2.0