annotate src/serd-0.18.2/tests/test-11.ttl @ 78:7ea7031c0e5c
pa_catalina
Apply patch from Tim Bunnell on PortAudio mailing list (2016-12-28, Mac 10.11 deprecation warning)
author |
Chris Cannam |
date |
Wed, 30 Oct 2019 11:28:45 +0000 |
parents |
c7265573341e |
children |
|
rev |
line source |
Chris@0
|
1 # Tests for - and _ in names, qnames
|
Chris@0
|
2 @prefix ex1: <http://example.org/ex1#> .
|
Chris@0
|
3 @prefix ex-2: <http://example.org/ex2#> .
|
Chris@0
|
4 @prefix ex3_: <http://example.org/ex3#> .
|
Chris@0
|
5 @prefix ex4-: <http://example.org/ex4#> .
|
Chris@0
|
6
|
Chris@0
|
7 ex1:foo-bar ex1:foo_bar "a" .
|
Chris@0
|
8 ex-2:foo-bar ex-2:foo_bar "b" .
|
Chris@0
|
9 ex3_:foo-bar ex3_:foo_bar "c" .
|
Chris@0
|
10 ex4-:foo-bar ex4-:foo_bar "d" .
|