concordion / concordion-net

This version has been superceded by http://github.com/concordion/concordion.net. Concordion is an acceptance testing framework that allows users to place their specifications in HTML file. These files contain references to fixtures in test code that are executed by Concordion.
http://www.concordion.org/dotnet/
Other
14 stars 9 forks source link

Concordion.NET fails to properly interpret " " and throws exception #29

Open jamiehankins opened 4 years ago

jamiehankins commented 4 years ago

The repro is just to have a   token in your HTML. The work-around is to use   for non-breaking spaces.

nigelcharman commented 4 years ago

This also occurs with Concordion Java. Since we are using an XML parser the HTML entities are not included by default. Defining the HTML entities you require in a DOCTYPE will fix it. Do you think the workaround is sufficient?