rdf-ex/test/unit/literal/datatype_test.exs
Marcel Otto 5819eec0cf Re-integrate XSD.ex
It turned out that the costs of separating the XSD datatypes are too high
and probably not worth the effort, since with its limited scope
probably nobody would want to use XSD.ex outside of the RDF.ex context
anyway.
2020-05-05 23:58:44 +02:00

6 lines
94 B
Elixir

defmodule RDF.Literal.DatatypeTest do
use RDF.Test.Case
doctest RDF.Literal.Datatype
end