mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 08:58:06 +02:00
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
# Test long literal twice to ensure it does not over-quote
|
|
@prefix : <http://example.org/ex#> .
|
|
{
|
|
:a :b """first long literal""" .
|
|
:c :d """second long literal""" .
|
|
}
|