diff options
author | David Robillard <d@drobilla.net> | 2023-04-03 09:00:18 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-05 09:45:15 -0400 |
commit | 1c082131014e579b587f8bb8b89f3c999e22f4ed (patch) | |
tree | d81dd0fd13e90a5ac88e939e04ab18363bf84116 /test/extra/abbreviate/README.md | |
parent | b135f1d556f3f03c0369efd710b06c5ded728ef9 (diff) | |
download | serd-1c082131014e579b587f8bb8b89f3c999e22f4ed.tar.gz serd-1c082131014e579b587f8bb8b89f3c999e22f4ed.tar.bz2 serd-1c082131014e579b587f8bb8b89f3c999e22f4ed.zip |
Add a simple abbreviation test suite
Diffstat (limited to 'test/extra/abbreviate/README.md')
-rw-r--r-- | test/extra/abbreviate/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/extra/abbreviate/README.md b/test/extra/abbreviate/README.md new file mode 100644 index 00000000..ac887dc1 --- /dev/null +++ b/test/extra/abbreviate/README.md @@ -0,0 +1,6 @@ +Abbreviate Test Suite +===================== + +This suite tests abbreviating "flat" NTriples/NQuads input by eliding subjects +or predicates in Turtle/Trig. Pretty-printing is more limited here since there +is no context information to determine if blank nodes are anonymous. |