We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c69774 commit 4f76d96Copy full SHA for 4f76d96
lib/rdf/spec/literal.rb
@@ -5,6 +5,7 @@
5
# include the examples for `RDF::Literal`, `RDF::Literal validation`,
6
# `RDF::Literal canonicalization`, and `RDF::Literal lookup`.
7
8
+# @private
9
shared_examples 'RDF::Literal' do |value, datatype_uri|
10
include_examples 'RDF::Literal with datatype and grammar', value, datatype_uri
11
include_examples 'RDF::Literal equality', value, value
0 commit comments