diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-12 14:02:37 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-12 14:02:37 +0200 |
| commit | d8cfd5145aa54a72e8ec485c43d6cb6925bebd9f (patch) | |
| tree | 07a170152963cc664d52c81329f50e854501016e /test/todo | |
| parent | be35a0f322b03cf38fbba3b60f657ffce1a62c8d (diff) | |
rearrange tests
Diffstat (limited to 'test/todo')
| -rw-r--r-- | test/todo/block-cluster_scope.md | 21 | ||||
| -rw-r--r-- | test/todo/block-cluster_scope.plain.html | 12 | ||||
| -rw-r--r-- | test/todo/block-cluster_scope.rdfa.html | 13 | ||||
| -rw-r--r-- | test/todo/block-siblings_scope.md | 13 | ||||
| -rw-r--r-- | test/todo/block-siblings_scope.plain.html | 6 | ||||
| -rw-r--r-- | test/todo/block-siblings_scope.rdfa.html | 10 | ||||
| -rw-r--r-- | test/todo/block-siblings_scope_list.md | 4 | ||||
| -rw-r--r-- | test/todo/block-tree_scope.md | 10 | ||||
| -rw-r--r-- | test/todo/block-tree_scope.plain.html | 6 | ||||
| -rw-r--r-- | test/todo/block-tree_scope.rdfa.html | 8 | ||||
| -rw-r--r-- | test/todo/link_definition_scope.md | 10 | ||||
| -rw-r--r-- | test/todo/link_definition_scope.plain.html | 4 | ||||
| -rw-r--r-- | test/todo/link_definition_scope.rdfa.html | 4 |
13 files changed, 0 insertions, 121 deletions
diff --git a/test/todo/block-cluster_scope.md b/test/todo/block-cluster_scope.md deleted file mode 100644 index 342632f..0000000 --- a/test/todo/block-cluster_scope.md +++ /dev/null @@ -1,21 +0,0 @@ -{.schema:Group} - -# People - -## Manu Sporny - -My name is Manu Sporny. - -## Thomas Francart - -My name is Thomas Francart. - -I once read this: - -> {=<#manu>} -> -> My name is Manu Sporny. -> -> You can give me a ring. - -Should I call him? diff --git a/test/todo/block-cluster_scope.plain.html b/test/todo/block-cluster_scope.plain.html deleted file mode 100644 index c121d82..0000000 --- a/test/todo/block-cluster_scope.plain.html +++ /dev/null @@ -1,12 +0,0 @@ -<p>{.schema:Group}</p> -<h1>People</h1> -<h2>Manu Sporny</h2> -<p>My name is Manu Sporny.</p> -<h2>Thomas Francart</h2> -<p>My name is Thomas Francart.</p> -<p>I once read this:</p> -<blockquote> -<p>My name is Manu Sporny.</p> -<p>You can give me a ring.</p> -</blockquote> -<p>Should I call him?</p> diff --git a/test/todo/block-cluster_scope.rdfa.html b/test/todo/block-cluster_scope.rdfa.html deleted file mode 100644 index 7aa3ef0..0000000 --- a/test/todo/block-cluster_scope.rdfa.html +++ /dev/null @@ -1,13 +0,0 @@ -<div typeof="schema:Group"> -<h1>People</h1> -<h2>Manu Sporny</h2> -<p>My name is Manu Sporny.</p> -<h2>Thomas Francart</h2> -<p>My name is Thomas Francart.</p> -<p>I once read this:</p> -<blockquote resource="#manu"> -<p>My name is Manu Sporny.</p> -<p>You can give me a ring.</p> -</blockquote> -<p>Should I call him?</p> -</div> diff --git a/test/todo/block-siblings_scope.md b/test/todo/block-siblings_scope.md deleted file mode 100644 index 3a3bec3..0000000 --- a/test/todo/block-siblings_scope.md +++ /dev/null @@ -1,13 +0,0 @@ -# People - -## {.schema:Person} - -## Manu Sporny - -My name is Manu Sporny. - -## Thomas Francart - -My name is Thomas Francart. - -# Animals diff --git a/test/todo/block-siblings_scope.plain.html b/test/todo/block-siblings_scope.plain.html deleted file mode 100644 index 8190063..0000000 --- a/test/todo/block-siblings_scope.plain.html +++ /dev/null @@ -1,6 +0,0 @@ -<h1>People</h1> -<h2>Manu Sporny</h2> -<p>My name is Manu Sporny.</p> -<h2>Thomas Francart</h2> -<p>My name is Thomas Francart.</p> -<h1>Animals</h1> diff --git a/test/todo/block-siblings_scope.rdfa.html b/test/todo/block-siblings_scope.rdfa.html deleted file mode 100644 index 4002b2d..0000000 --- a/test/todo/block-siblings_scope.rdfa.html +++ /dev/null @@ -1,10 +0,0 @@ -<h1> People</h1> -<div typeof="schema:Person"> -<h2>Manu Sporny</h2> -<p>My name is Manu Sporny.<p> -</div> -<div typeof="schema:Person"> -<h2>Thomas Francart</h2> -<p>My name is Thomas Francart.</p> -</div> -<h1>Animals</h1> diff --git a/test/todo/block-siblings_scope_list.md b/test/todo/block-siblings_scope_list.md deleted file mode 100644 index 90dcbb7..0000000 --- a/test/todo/block-siblings_scope_list.md +++ /dev/null @@ -1,4 +0,0 @@ -- {foaf:member} -- Thomas -- Vincent -- Nicolas diff --git a/test/todo/block-tree_scope.md b/test/todo/block-tree_scope.md deleted file mode 100644 index 44b1dc4..0000000 --- a/test/todo/block-tree_scope.md +++ /dev/null @@ -1,10 +0,0 @@ -# People - -## {=<#manu>} Manu Sporny - -My name is Manu Sporny, -and you can give me a ring. - -## Thomas Francart - -My name is Thomas Francart. diff --git a/test/todo/block-tree_scope.plain.html b/test/todo/block-tree_scope.plain.html deleted file mode 100644 index ed32777..0000000 --- a/test/todo/block-tree_scope.plain.html +++ /dev/null @@ -1,6 +0,0 @@ -<h1> People</h1> -<h2>Manu Sporny</h2> -<p>My name is Manu Sporny, -and you can give me a ring.<p> -<h2>Thomas Francart</h2> -<p>My name is Thomas Francart.</p> diff --git a/test/todo/block-tree_scope.rdfa.html b/test/todo/block-tree_scope.rdfa.html deleted file mode 100644 index a88eb72..0000000 --- a/test/todo/block-tree_scope.rdfa.html +++ /dev/null @@ -1,8 +0,0 @@ -<h1> People</h1> -<div resource="#manu"> -<h2>Manu Sporny</h2> -<p>My name is Manu Sporny, -and you can give me a ring.<p> -</div> -<h2>Thomas Francart</h2> -<p>My name is Thomas Francart.</p> diff --git a/test/todo/link_definition_scope.md b/test/todo/link_definition_scope.md deleted file mode 100644 index c0acb03..0000000 --- a/test/todo/link_definition_scope.md +++ /dev/null @@ -1,10 +0,0 @@ -My name is -[Manu Sporny] -and you can give me a ring via -[1-800-555-0199]. - -[Manu Sporny]: {schema:name} - -[1-800-555-0199]: tel:+1-800-555-0199 - "make a phone call to Manu Sporny" - {schema:telephone} diff --git a/test/todo/link_definition_scope.plain.html b/test/todo/link_definition_scope.plain.html deleted file mode 100644 index ba92f3f..0000000 --- a/test/todo/link_definition_scope.plain.html +++ /dev/null @@ -1,4 +0,0 @@ -<p>My name is -Manu Sporny -and you can give me a ring via -<a href="tel:+1-800-555-0199" title="make a phone call to Manu Sporny">1-800-555-0199</a>.</p> diff --git a/test/todo/link_definition_scope.rdfa.html b/test/todo/link_definition_scope.rdfa.html deleted file mode 100644 index 60e8f7a..0000000 --- a/test/todo/link_definition_scope.rdfa.html +++ /dev/null @@ -1,4 +0,0 @@ -<p>My name is -<span property="schema:name">Manu Sporny</span> -and you can give me a ring via -<a property="telephone" href="tel:+1-800-555-0199" title="make a phone call to Manu Sporny">1-800-555-0199</a>.</p> |
