mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-23 07:58:05 +02:00
5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
# Test long literal
|
|
@prefix : <http://example.org/ex#> .
|
|
{:a :b """John said: "Hello World!\"""" .}
|
|
<http://example/graph> {:a :b """John said: "Hello World!\"""" .}
|