ProKeys icon indicating copy to clipboard operation
ProKeys copied to clipboard

Executing testAll snippet inserts newlines at unwanted positions

Open GaurangTandon opened this issue 7 years ago • 0 comments

First line expected output:

<u>as</u><u>da%s%d</u><u>a</u><sub><u>s</u></sub><sup><u>d</u></sup>

First line actual output:

<u>as</u>
<u>da%s%d</u>
<u>a</u>
<sub><u>s</u></sub>
<sup><u>d</u></sup>

GaurangTandon avatar Mar 17 '17 03:03 GaurangTandon