diff options
Diffstat (limited to 'test/trig_no_extension')
-rw-r--r-- | test/trig_no_extension | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/trig_no_extension b/test/trig_no_extension new file mode 100644 index 00000000..e1c292d9 --- /dev/null +++ b/test/trig_no_extension @@ -0,0 +1,11 @@ +# Copyright 2023 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: 0BSD OR ISC + +@prefix eg: <http://example.org/> . + +eg:g { + eg:s + eg:p [ + a eg:Object + ] . +} |