Skip to content

TestParseIdentifier and TestParseBareIdentifier are identical #2

Open
@borland

Description

@borland

The unit test TestParseIdentifier (trunk@59ced546f5227abcbd0b4c8a7d5bcddcb8ba6667) is identical to TestParseBareIdentifier.

Both call the parseBareIdentifier function, so parseIdentifier isn't directly covered. Seems like a minor typo?

Changing https://github.com/hkolbeck/kdl4j/blob/trunk/src/test/java/dev/hbeck/kdl/parse/TestParseBareIdentifier.java line 46 to call parseIdentifier results in a passing unit test calling the correct function, but should it have a different set of test data?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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