Skip to content

Commit

Permalink
Update test/TriGParserTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni authored Feb 28, 2024
1 parent 7844f31 commit 4925692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/TriGParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ public function testBlankNodes(): void
"list item on line 1 can not be parsed without knowing the the document base IRI.\n".
"Please set the document base IRI using the documentIRI parser configuration option.\n".
"See https://github.com/pietercolpaert/hardf/#empty-document-base-IRI .");

// but should manage if the parser has documentIRI set
$this->shouldParse(function () { return new TriGParser(['documentIRI' => 'http://base/']); },
"(<>) <> (<>) <>.",
Expand Down

0 comments on commit 4925692

Please sign in to comment.