Problem Description
checkkeys.pl does not handle multi-line property values correctly.
Example File a.properties
Example File b.properties
key = value line 1 \
line 2
Output of checkkeys.pl a.properties b.properties
Warning: b.properties line 2: Line isn't a comment, property, or blank line
IN a.properties BUT NOT IN b.properties:
IN b.properties BUT NOT IN a.properties: