lvapeab / m4loc

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

Whitespace fixer throws warning messages #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For segments with paired tags:
Use of uninitialized value $4 in concatenation (.) or string at 
/home/achim/Documents/work/oss/m4loc/xliff/fix_markup_ws.pm line 123, <GEN10> 
line 1.
Use of uninitialized value in numeric eq (==) at 
/home/achim/Documents/work/oss/m4loc/xliff/fix_markup_ws.pm line 95, <GEN10> 
line 1.
Use of uninitialized value in numeric eq (==) at 
/home/achim/Documents/work/oss/m4loc/xliff/fix_markup_ws.pm line 95, <GEN10> 
line 1.
Use of uninitialized value in numeric eq (==) at 
/home/achim/Documents/work/oss/m4loc/xliff/fix_markup_ws.pm line 95, <GEN10> 
line 1.
Use of uninitialized value in numeric eq (==) at 
/home/achim/Documents/work/oss/m4loc/xliff/fix_markup_ws.pm line 95, <GEN10> 
line 1.

For segments with isolated tags:
Use of uninitialized value $4 in concatenation (.) or string at 
/home/achim/Documents/work/oss/m4loc/xliff/fix_markup_ws.pm line 123, <GEN10> 
line 3.
Use of uninitialized value in numeric eq (==) at 
/home/achim/Documents/work/oss/m4loc/xliff/fix_markup_ws.pm line 95, <GEN10> 
line 3.

Original issue reported on code.google.com by Achi...@gmail.com on 8 Sep 2014 at 8:42

GoogleCodeExporter commented 9 years ago
Command line: perl ~/Documents/work/oss/m4loc/xliff/m4loc.pm -o p -s en -t es 
-m ~/Documents/work/taus/placeholders/en-es/binarized_model/moses.ini -r 
~/Documents/work/taus/placeholders/en-es/recasing/moses.recaser.ini

Original comment by Achi...@gmail.com on 8 Sep 2014 at 8:43

GoogleCodeExporter commented 9 years ago
Likely cause: single quotes instead of double quotes in markup attributes

Original comment by Achi...@gmail.com on 19 Sep 2014 at 5:20

GoogleCodeExporter commented 9 years ago
Require double quotes in markup attributes.

Original comment by Achi...@gmail.com on 19 Sep 2014 at 6:18