kdl4j icon indicating copy to clipboard operation
kdl4j copied to clipboard

KDL Parser for the JVM

Results 6 kdl4j issues
Sort by recently updated
recently updated
newest added

Following discussion at kdl-org/kdl#121 and kdl-org/kdl#223, line continutations should not be allowed between nodes and `escline_comment_node.kdl` should produce an error.

KDL 2.0.0-draft.3 is now generally available (https://github.com/kdl-org/kdl/pull/286), and with it, we've decided to encourage existing implementations to start working towards 2.0 support and send feedback and suggestions for anything you...

I've been testing kdl4j using the KDL document generator I wrote for fuzz testing, found here: https://github.com/hkolbeck/kdl-gen I have not yet identified the source of all issues, but they can...

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...