diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-14 02:40:38 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-11-14 02:40:38 -0500 |
commit | 8491bc2216649775fbd6616072e3a2b4a9c7add7 (patch) | |
tree | 037710c374267b934e48d0411900d1360ceb3349 /rdf/tests/unit/sample.rdf | |
parent | 7e12d0e0e3c1607061bf4b7dd6192601473741da (diff) | |
download | aura-central-8491bc2216649775fbd6616072e3a2b4a9c7add7.tar.gz |
Issue %3005 - Move rdf/ to components/
Diffstat (limited to 'rdf/tests/unit/sample.rdf')
-rwxr-xr-x | rdf/tests/unit/sample.rdf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rdf/tests/unit/sample.rdf b/rdf/tests/unit/sample.rdf deleted file mode 100755 index 42de8cd08..000000000 --- a/rdf/tests/unit/sample.rdf +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0"?> - -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - - <rdf:Description about="urn:mozilla:sample-data" - dc:title="Sample" /> - -</rdf:RDF> |