diff options
-rw-r--r-- | tests/sratom_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sratom_test.c b/tests/sratom_test.c index 95daae2..7f2c37a 100644 --- a/tests/sratom_test.c +++ b/tests/sratom_test.c @@ -172,7 +172,7 @@ test(bool top_level, bool pretty_numbers) &forge, "bonjour", strlen("bonjour"), 0, urid_map(NULL, "http://lexvo.org/id/iso639-3/fra")); - // eg_typelit = (Literal)"bonjour"@fr + // eg_typelit = (Literal)"value"^^<http://example.org/Type> lv2_atom_forge_key(&forge, eg_typelit); lv2_atom_forge_literal( &forge, "value", strlen("value"), |