aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_node_syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_node_syntax.c')
-rw-r--r--test/test_node_syntax.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_node_syntax.c b/test/test_node_syntax.c
index a9829688..9875e656 100644
--- a/test/test_node_syntax.c
+++ b/test/test_node_syntax.c
@@ -66,6 +66,9 @@ test_common(const SerdSyntax syntax)
assert(test(syntax, serd_new_token(SERD_BLANK, SERD_STRING("b0")), "_:b0"));
+ assert(test(
+ syntax, serd_new_token(SERD_BLANK, SERD_STRING("named1")), "_:named1"));
+
assert(test(syntax,
serd_new_uri(SERD_STRING("http://example.org/")),
"<http://example.org/>"));