liblouis / liblouisutdml

An open-source library providing complete braille transcription services for xml, html and text documents
http://liblouis.io
GNU General Public License v3.0
24 stars 16 forks source link

Extra space in conversion to Nemeth #64

Closed NSoiffer closed 1 year ago

NSoiffer commented 5 years ago

The general test (mathml_nemeth\test_general_001.test) fails:

Image image
Output ?1/2.P#!;0^2.P"?D.?/A+BSIN  .?# .K ?1/>A^2"-B^2"]#
Expected ?1/2.P#!;0^2.P"?D.?/A+BSIN .?# .K ?1/>A^2"-B^2"]#

Note: for some reason, github is deleting the extra space when I view it (at least in preview mode). The output has 2 spaces after SIN; there should only be one space.

bertfrees commented 5 years ago

I put two no-break spaces to make it more clear where the difference is.

NSoiffer commented 5 years ago

Good thinking! I'll use that next time I have a problem.

hammera commented 1 year ago

@NSoiffer, the mathml_nemeth\test_general_001.test are now passed a feature branch, looks please pull request #96. If the #96 pull request are merged, this issue will be fixed.

Hopefully this information is help for you,

Attila

hammera commented 1 year ago

Boys, if the mathml_nemeth/general_001.test the affected testcase file this issue related, this test are now passed in Liblouis UTDML latest master branch version. If this is the case, anybody please close this issue.

Kind regards,

Attila

NSoiffer commented 1 year ago

I apologize, but I haven't been keeping up with the latest status. If someone is running the tests and it passes, then they should close the issue.

egli commented 1 year ago

Fixed in #96