Add empty object list test

This commit is contained in:
Marcel Otto 2022-04-10 23:10:32 +02:00
parent aeea8c2245
commit fd36ea15ed

View file

@ -1201,6 +1201,10 @@ defmodule RDF.Vocabulary.NamespaceTest do
]
)
end
test "empty object list" do
assert EX.S |> EX.p1([]) == Description.new(EX.S)
end
end
describe "term resolution on the top-level RDF module" do