Translating the first line of text from the Moon article on Simple English Wikipedia is the following:
| Plain-text | HTML |
|---|---|
| The Moon is Earth's only natural satellite. We usually see it in the night sky and also during the day. Some other planets also have moons or natural satellites. | <p>The <b>Moon</b> is <a href="/wiki/Earth" title="Earth">Earth</a>'s only <a href="/wiki/Natural_satellite" title="Natural satellite">natural satellite</a>. We usually see it in the night sky and also during the day. Some other planets also have moons or natural satellites.</p> |
When translating the above contents with the MinT test instance for text and for HTML the results are different:
| Plain-text | HTML |
|---|---|
The resulting translations:
| Plain-text | HTML |
|---|---|
| चंद्रमा पृथ्वी का एकमात्र प्राकृतिक उपग्रह है। हम इसे आमतौर पर रात के आसमान में और दिन में भी देखते हैं। कुछ अन्य ग्रहों में भी चंद्रमा या प्राकृतिक उपग्रह होते हैं। | द.चाँद।है।धरतीकेवलप्राकृतिक उपग्रह.. हम इसे आमतौर पर रात के आसमान में और दिन में भी देखते हैं। कुछ अन्य ग्रहों में भी चंद्रमा या प्राकृतिक उपग्रह होते हैं। |
There are two kinds of observed issues:
- Lack of spacing around some elements with an html tags such as bold text or links. For example the first link of the HTML version ("धरती") has a long sequence of characters until the next space.
- The resulting text is different. For example the HTML translation starts with "द.चाँद।" while the plain-text version starts with "चंद्रमा"
The expected reult is for both translations to result in the same text (with html providing additional styling on top).


