Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels
Activity