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 ada5b45 commit 084622bCopy full SHA for 084622b
spec/suite_helper.rb
@@ -132,6 +132,10 @@ def options
132
{'specVersion' => "json-ld-1.1"}.merge(property('option') || {}).each do |k, v|
133
opts[k.to_sym] = v
134
end
135
+ if opts[:expandContext] && !RDF::URI(opts[:expandContext]).absolute?
136
+ # Resolve relative to manifest location
137
+ opts[:expandContext] = manifest_url.join(opts[:expandContext]).to_s
138
+ end
139
opts
140
141
0 commit comments