You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checkkeys.pl does not handle multi-line property values correctly.
Example File a.properties
key = value
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:
The text was updated successfully, but these errors were encountered:
Problem Description
checkkeys.pl
does not handle multi-line property values correctly.Example File
a.properties
Example File
b.properties
Output of
checkkeys.pl a.properties b.properties
The text was updated successfully, but these errors were encountered: