IBM-Cloud / gp-java-tools

CLI Tools for Globalization Pipeline
https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/node-js-sdk/
Apache License 2.0
9 stars 19 forks source link

Properly handle multiple white space characters after property key #132

Closed yumaoka closed 5 years ago

yumaoka commented 5 years ago

gp-res-filter Java properties filter had a problem processing two or more white space characters after key string. When two or more white space characters appeared after key string, the first non-white space character after them are interpreted as the first character of property value, even the character is = or :. The fix handles both key1 val1 and key1 = val1 properly. Fixes #131.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.06%) to 51.252% when pulling e6ef0a92e6a03e177973c26f339ee294f96072c0 on yumaoka:javaprop-spaces into 49d608b68cf6f1e24c6432e681d50f034b008c9e on IBM-Cloud:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.06%) to 51.252% when pulling e6ef0a92e6a03e177973c26f339ee294f96072c0 on yumaoka:javaprop-spaces into 49d608b68cf6f1e24c6432e681d50f034b008c9e on IBM-Cloud:master.