lvapeab / m4loc

Automatically exported from code.google.com/p/m4loc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

reinsert.pl: Adds trailing space #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Copy & paste this text into the file test.de (without double quotes)
"das ist ein <g id="1">kleines</g> haus"
2. Copy & paste this text into the file test.en (without double quotes)
"this is |0-1| a |2-2| small |3-3| house |4-4| "
3. run "reinsert.pl test.de < test.en > test.out"

Resulting content of test.out:
"this is a <g id="1"> small </g> house "

Expected content of test.out:
"this is a <g id="1"> small </g> house" (i.e. no trailing space)

Original issue reported on code.google.com by Achi...@gmail.com on 31 Mar 2011 at 8:38

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r121.

Original comment by Achi...@gmail.com on 17 Feb 2012 at 9:45

GoogleCodeExporter commented 9 years ago

Original comment by Achi...@gmail.com on 17 Feb 2012 at 10:06