Skip to content

checkkeys.pl: incorrect handling of multi-line values #42

@saschaszott

Description

@saschaszott

Problem Description

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions