Add empty object list test
This commit is contained in:
parent
aeea8c2245
commit
fd36ea15ed
1 changed files with 4 additions and 0 deletions
|
@ -1201,6 +1201,10 @@ defmodule RDF.Vocabulary.NamespaceTest do
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
test "empty object list" do
|
||||||
|
assert EX.S |> EX.p1([]) == Description.new(EX.S)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "term resolution on the top-level RDF module" do
|
describe "term resolution on the top-level RDF module" do
|
||||||
|
|
Loading…
Reference in a new issue