mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-29 16:08:46 +01:00
Move library tree where it belongs
This commit is contained in:
16
lib-src/redland/raptor/tests/bad-15.rdf
Normal file
16
lib-src/redland/raptor/tests/bad-15.rdf
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:ex="http://example.org/ns/">
|
||||
|
||||
<!-- property attribute with illegal NFC -->
|
||||
|
||||
<!-- The ü below is two characters a u followed by
|
||||
#x308 (encoded as two UTF-8 octets #xCC #x88).
|
||||
It should be displayed identically to ü (character #xFC encoded
|
||||
as two UTF-8 octets #xC3 #xBC). -->
|
||||
|
||||
<rdf:Description rdf:about="http://example.org/node0"
|
||||
ex:blah="ü">
|
||||
</rdf:Description>
|
||||
|
||||
</rdf:RDF>
|
||||
Reference in New Issue
Block a user