aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-lang.out1
-rw-r--r--tests/test-lang.ttl1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-lang.out b/tests/test-lang.out
index 76761505..a75749b0 100644
--- a/tests/test-lang.out
+++ b/tests/test-lang.out
@@ -1,2 +1,3 @@
<http://example.org/test-lang#thing> <http://example.org/test-lang#greeting> "Hello"@en .
+<http://example.org/test-lang#thing> <http://example.org/test-lang#greeting> "Howdy"@en-us .
<http://example.org/test-lang#thing> <http://example.org/test-lang#greeting> "Bonjour"@fr .
diff --git a/tests/test-lang.ttl b/tests/test-lang.ttl
index 407cc6e6..a4a6c77f 100644
--- a/tests/test-lang.ttl
+++ b/tests/test-lang.ttl
@@ -1,4 +1,5 @@
@prefix : <http://example.org/test-lang#> .
:thing :greeting "Hello"@en ;
+ :greeting "Howdy"@en-us ;
:greeting "Bonjour"@fr .