annotate src/serd-0.18.2/tests/test-18.ttl @ 163:5cc1366da2e9

Apply patch from Tim Bunnell on PortAudio mailing list (2016-12-28, Mac 10.11 deprecation warning)
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 30 Oct 2019 11:28:45 +0000
parents 545efbb81310
children
rev   line source
cannam@85 1 @prefix : <http://example.org/foo#> .
cannam@85 2
cannam@85 3 :a :b """\nthis \ris a \U00015678long\t
cannam@85 4 literal\uABCD
cannam@85 5 """ .
cannam@85 6
cannam@85 7 :d :e """\tThis \uABCDis\r \U00015678another\n
cannam@85 8 one
cannam@85 9 """ .