From fa768779fd58765d288b301f0469446494a7e094 Mon Sep 17 00:00:00 2001 From: Michiel Stornebrink Date: Sat, 18 Jan 2025 22:19:27 +0100 Subject: [PATCH] Update test --- tests/EasyRdf/Parser/TurtleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/EasyRdf/Parser/TurtleTest.php b/tests/EasyRdf/Parser/TurtleTest.php index ffbcf7c1..d7799f79 100644 --- a/tests/EasyRdf/Parser/TurtleTest.php +++ b/tests/EasyRdf/Parser/TurtleTest.php @@ -594,7 +594,7 @@ public function testIssue51Bad() // Test long literals with missing end $this->expectException('EasyRdf\Parser\Exception'); $this->expectExceptionMessage( - 'Turtle Parse Error: last character of QName must not be a dot on line 7, column 20' + 'Turtle Parse Error: Illegal predicate type: literal on line 7, column 19' ); $this->parseTurtle('turtle/gh51-sweetrdf-dot-in-name-bad.ttl'); }