annotate src/serd-0.18.2/tests/bad-03.ttl @ 118:a8541380d3e0

Ah, we've already done this. Merge, taking everything from the branch with the older commits.
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 04 Jul 2014 10:37:37 +0100
parents 545efbb81310
children
rev   line source
cannam@85 1 # 'a' only allowed as a predicate
cannam@85 2 @prefix : <http://example.org/base#> .
cannam@85 3 a :a :b .