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 e96b790 commit d7cc598Copy full SHA for d7cc598
spec/ttl2html_spec.rb
@@ -68,7 +68,7 @@
68
@ttl2html = TTL2HTML::App.new(File.join(spec_base_dir, "example/example.yml"))
69
@ttl2html.load_turtle(File.join(spec_base_dir, "example/shape_with_instances.ttl"))
70
@ttl2html.output_html_files
71
- doc = Nokogiri::HTML5::Document.parse(open("/tmp/html/about.html").read, max_error: -1)
+ doc = Nokogiri::HTML5::Document.parse(open("/tmp/html/about.html").read, max_errors: -1)
72
expect(doc.errors).to be_empty
73
end
74
it "should deal with path separators" do
0 commit comments