Mercurial > hg > sv-dependency-builds
annotate src/serd-0.18.2/tests/test-25.ttl @ 167:bd3cc4d1df30
Add FFTW 3.3.8 source, and a Linux build
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 19 Nov 2019 14:52:55 +0000 |
parents | 545efbb81310 |
children |
rev | line source |
---|---|
cannam@85 | 1 # comment test |
cannam@85 | 2 @prefix : <http://example.org/#> . |
cannam@85 | 3 :a :b :c . # end of line comment |
cannam@85 | 4 :d # ignore me |
cannam@85 | 5 :e # and me |
cannam@85 | 6 :f # and me |
cannam@85 | 7 . |
cannam@85 | 8 :g :h #ignore me |
cannam@85 | 9 :i, # and me |
cannam@85 | 10 :j . # and me |
cannam@85 | 11 |
cannam@85 | 12 :k :l :m ; #ignore me |
cannam@85 | 13 :n :o ; # and me |
cannam@85 | 14 :p :q . # and me |