From 9c3aa95c0ed18ecc20517458bf1c0e4180e8b2e2 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sun, 27 Oct 2019 17:53:06 +0100
Subject: Fix example prefixes in test cases

---
 tests/bad/bad-eof-in-blank.ttl        | 2 +-
 tests/bad/bad-eof-in-escape.ttl       | 2 +-
 tests/bad/bad-eof-in-lang-suffix.ttl  | 2 +-
 tests/bad/bad-eof-in-lang.ttl         | 2 +-
 tests/bad/bad-eof-in-list.ttl         | 2 +-
 tests/bad/bad-eof-in-string.ttl       | 2 +-
 tests/bad/bad-eof-in-triple-quote.ttl | 2 +-
 tests/bad/bad-eof-in-uri.ttl          | 2 +-
 tests/bad/bad-list2.ttl               | 2 +-
 tests/good/test-empty-path-base.ttl   | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

(limited to 'tests')

diff --git a/tests/bad/bad-eof-in-blank.ttl b/tests/bad/bad-eof-in-blank.ttl
index 08c13ae9..8cf4ee84 100644
--- a/tests/bad/bad-eof-in-blank.ttl
+++ b/tests/bad/bad-eof-in-blank.ttl
@@ -1,3 +1,3 @@
-@prefix eg: <http://example.org> .
+@prefix eg: <http://example.org/> .
 
 <> eg:thing [ eg:comment "Thing"
\ No newline at end of file
diff --git a/tests/bad/bad-eof-in-escape.ttl b/tests/bad/bad-eof-in-escape.ttl
index d3af9c93..24b4eec6 100644
--- a/tests/bad/bad-eof-in-escape.ttl
+++ b/tests/bad/bad-eof-in-escape.ttl
@@ -1,3 +1,3 @@
-@prefix eg: <http://example.org> .
+@prefix eg: <http://example.org/> .
 
 <> eg:comment """\uA
\ No newline at end of file
diff --git a/tests/bad/bad-eof-in-lang-suffix.ttl b/tests/bad/bad-eof-in-lang-suffix.ttl
index 8e3002cb..f46a7763 100644
--- a/tests/bad/bad-eof-in-lang-suffix.ttl
+++ b/tests/bad/bad-eof-in-lang-suffix.ttl
@@ -1,3 +1,3 @@
-@prefix eg: <http://example.org> .
+@prefix eg: <http://example.org/> .
 
 <> eg:comment "That ain't no language"@en-x
\ No newline at end of file
diff --git a/tests/bad/bad-eof-in-lang.ttl b/tests/bad/bad-eof-in-lang.ttl
index 54db417f..bfdffd02 100644
--- a/tests/bad/bad-eof-in-lang.ttl
+++ b/tests/bad/bad-eof-in-lang.ttl
@@ -1,3 +1,3 @@
-@prefix eg: <http://example.org> .
+@prefix eg: <http://example.org/> .
 
 <> eg:comment "That ain't no language"@a
\ No newline at end of file
diff --git a/tests/bad/bad-eof-in-list.ttl b/tests/bad/bad-eof-in-list.ttl
index ca6c352f..13eeb88d 100644
--- a/tests/bad/bad-eof-in-list.ttl
+++ b/tests/bad/bad-eof-in-list.ttl
@@ -1,3 +1,3 @@
-@prefix eg: <http://example.org> .
+@prefix eg: <http://example.org/> .
 
 <> eg:thing ( eg:car eg:cdr
\ No newline at end of file
diff --git a/tests/bad/bad-eof-in-string.ttl b/tests/bad/bad-eof-in-string.ttl
index d3a1aa55..bb6e817f 100644
--- a/tests/bad/bad-eof-in-string.ttl
+++ b/tests/bad/bad-eof-in-string.ttl
@@ -1,3 +1,3 @@
-@prefix eg: <http://example.org> .
+@prefix eg: <http://example.org/> .
 
 <> eg:comment "This is the string that never ends
\ No newline at end of file
diff --git a/tests/bad/bad-eof-in-triple-quote.ttl b/tests/bad/bad-eof-in-triple-quote.ttl
index d60acd15..fb935441 100644
--- a/tests/bad/bad-eof-in-triple-quote.ttl
+++ b/tests/bad/bad-eof-in-triple-quote.ttl
@@ -1,3 +1,3 @@
-@prefix eg: <http://example.org> .
+@prefix eg: <http://example.org/> .
 
 <> eg:comment """Hello""
\ No newline at end of file
diff --git a/tests/bad/bad-eof-in-uri.ttl b/tests/bad/bad-eof-in-uri.ttl
index 9bd2a64d..07b6e6ab 100644
--- a/tests/bad/bad-eof-in-uri.ttl
+++ b/tests/bad/bad-eof-in-uri.ttl
@@ -1,3 +1,3 @@
-@prefix eg: <http://example.org> .
+@prefix eg: <http://example.org/> .
 
 <> eg:uri <http://example.org/dontstop
\ No newline at end of file
diff --git a/tests/bad/bad-list2.ttl b/tests/bad/bad-list2.ttl
index b5242de2..18584209 100644
--- a/tests/bad/bad-list2.ttl
+++ b/tests/bad/bad-list2.ttl
@@ -1,3 +1,3 @@
-@prefix eg: <http://example.org> .
+@prefix eg: <http://example.org/> .
 
 <> eg:thing ( .
\ No newline at end of file
diff --git a/tests/good/test-empty-path-base.ttl b/tests/good/test-empty-path-base.ttl
index a5cdd1e0..8410553a 100644
--- a/tests/good/test-empty-path-base.ttl
+++ b/tests/good/test-empty-path-base.ttl
@@ -1,3 +1,3 @@
-@base <http://example.org> .
+@base <http://example.org/> .
 
 <instance> a <http://example.org/Thing> .
-- 
cgit v1.2.1