mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-29 09:15:23 +02:00
Update lilv, lv2, serd, sord, sratom, and add suil.
This commit is contained in:
12
lib-src/lv2/serd/tests/good/test-num.ttl
Normal file
12
lib-src/lv2/serd/tests/good/test-num.ttl
Normal file
@@ -0,0 +1,12 @@
|
||||
@prefix eg: <http://example.org/eg#> .
|
||||
|
||||
eg:thing eg:num 0.1 .
|
||||
eg:thing eg:num +0.2 .
|
||||
eg:thing eg:num -0.3 .
|
||||
eg:thing eg:num .4 .
|
||||
eg:thing eg:num +.5 .
|
||||
eg:thing eg:num -.6 .
|
||||
eg:thing eg:num 1.58490e-05 .
|
||||
eg:thing eg:num 1.58490e+05 .
|
||||
eg:thing eg:num 1.58490e05 .
|
||||
eg:thing eg:num 1.58490E05 .
|
||||
Reference in New Issue
Block a user