From d8cfd5145aa54a72e8ec485c43d6cb6925bebd9f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 12 May 2025 14:02:37 +0200 Subject: rearrange tests --- test/block-cluster_scope.md | 21 +++++++++++++++++++++ test/block-cluster_scope.plain.html | 12 ++++++++++++ test/block-cluster_scope.rdfa.html | 13 +++++++++++++ test/block-siblings_scope.md | 13 +++++++++++++ test/block-siblings_scope.plain.html | 6 ++++++ test/block-siblings_scope.rdfa.html | 10 ++++++++++ test/block-siblings_scope_list.md | 4 ++++ test/block-siblings_scope_list.plain.html | 5 +++++ test/block-siblings_scope_list.rdfa.html | 5 +++++ test/block-tree_scope.md | 10 ++++++++++ test/block-tree_scope.plain.html | 6 ++++++ test/block-tree_scope.rdfa.html | 8 ++++++++ test/link_definition_scope.md | 10 ++++++++++ test/link_definition_scope.plain.html | 4 ++++ test/link_definition_scope.rdfa.html | 4 ++++ test/span_scope.plain.html | 4 ++++ test/span_scope.rdfa.html | 4 ++++ test/todo/block-cluster_scope.md | 21 --------------------- test/todo/block-cluster_scope.plain.html | 12 ------------ test/todo/block-cluster_scope.rdfa.html | 13 ------------- test/todo/block-siblings_scope.md | 13 ------------- test/todo/block-siblings_scope.plain.html | 6 ------ test/todo/block-siblings_scope.rdfa.html | 10 ---------- test/todo/block-siblings_scope_list.md | 4 ---- test/todo/block-tree_scope.md | 10 ---------- test/todo/block-tree_scope.plain.html | 6 ------ test/todo/block-tree_scope.rdfa.html | 8 -------- test/todo/link_definition_scope.md | 10 ---------- test/todo/link_definition_scope.plain.html | 4 ---- test/todo/link_definition_scope.rdfa.html | 4 ---- 30 files changed, 139 insertions(+), 121 deletions(-) create mode 100644 test/block-cluster_scope.md create mode 100644 test/block-cluster_scope.plain.html create mode 100644 test/block-cluster_scope.rdfa.html create mode 100644 test/block-siblings_scope.md create mode 100644 test/block-siblings_scope.plain.html create mode 100644 test/block-siblings_scope.rdfa.html create mode 100644 test/block-siblings_scope_list.md create mode 100644 test/block-siblings_scope_list.plain.html create mode 100644 test/block-siblings_scope_list.rdfa.html create mode 100644 test/block-tree_scope.md create mode 100644 test/block-tree_scope.plain.html create mode 100644 test/block-tree_scope.rdfa.html create mode 100644 test/link_definition_scope.md create mode 100644 test/link_definition_scope.plain.html create mode 100644 test/link_definition_scope.rdfa.html create mode 100644 test/span_scope.plain.html create mode 100644 test/span_scope.rdfa.html delete mode 100644 test/todo/block-cluster_scope.md delete mode 100644 test/todo/block-cluster_scope.plain.html delete mode 100644 test/todo/block-cluster_scope.rdfa.html delete mode 100644 test/todo/block-siblings_scope.md delete mode 100644 test/todo/block-siblings_scope.plain.html delete mode 100644 test/todo/block-siblings_scope.rdfa.html delete mode 100644 test/todo/block-siblings_scope_list.md delete mode 100644 test/todo/block-tree_scope.md delete mode 100644 test/todo/block-tree_scope.plain.html delete mode 100644 test/todo/block-tree_scope.rdfa.html delete mode 100644 test/todo/link_definition_scope.md delete mode 100644 test/todo/link_definition_scope.plain.html delete mode 100644 test/todo/link_definition_scope.rdfa.html (limited to 'test') diff --git a/test/block-cluster_scope.md b/test/block-cluster_scope.md new file mode 100644 index 0000000..342632f --- /dev/null +++ b/test/block-cluster_scope.md @@ -0,0 +1,21 @@ +{.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/block-cluster_scope.plain.html b/test/block-cluster_scope.plain.html new file mode 100644 index 0000000..c121d82 --- /dev/null +++ b/test/block-cluster_scope.plain.html @@ -0,0 +1,12 @@ +

{.schema:Group}

+

People

+

Manu Sporny

+

My name is Manu Sporny.

+

Thomas Francart

+

My name is Thomas Francart.

+

I once read this:

+
+

My name is Manu Sporny.

+

You can give me a ring.

+
+

Should I call him?

diff --git a/test/block-cluster_scope.rdfa.html b/test/block-cluster_scope.rdfa.html new file mode 100644 index 0000000..7aa3ef0 --- /dev/null +++ b/test/block-cluster_scope.rdfa.html @@ -0,0 +1,13 @@ +
+

People

+

Manu Sporny

+

My name is Manu Sporny.

+

Thomas Francart

+

My name is Thomas Francart.

+

I once read this:

+
+

My name is Manu Sporny.

+

You can give me a ring.

+
+

Should I call him?

+
diff --git a/test/block-siblings_scope.md b/test/block-siblings_scope.md new file mode 100644 index 0000000..3a3bec3 --- /dev/null +++ b/test/block-siblings_scope.md @@ -0,0 +1,13 @@ +# People + +## {.schema:Person} + +## Manu Sporny + +My name is Manu Sporny. + +## Thomas Francart + +My name is Thomas Francart. + +# Animals diff --git a/test/block-siblings_scope.plain.html b/test/block-siblings_scope.plain.html new file mode 100644 index 0000000..8190063 --- /dev/null +++ b/test/block-siblings_scope.plain.html @@ -0,0 +1,6 @@ +

People

+

Manu Sporny

+

My name is Manu Sporny.

+

Thomas Francart

+

My name is Thomas Francart.

+

Animals

diff --git a/test/block-siblings_scope.rdfa.html b/test/block-siblings_scope.rdfa.html new file mode 100644 index 0000000..1d262c4 --- /dev/null +++ b/test/block-siblings_scope.rdfa.html @@ -0,0 +1,10 @@ +

People

+
+

Manu Sporny

+

My name is Manu Sporny.

+

+
+

Thomas Francart

+

My name is Thomas Francart.

+
+

Animals

diff --git a/test/block-siblings_scope_list.md b/test/block-siblings_scope_list.md new file mode 100644 index 0000000..90dcbb7 --- /dev/null +++ b/test/block-siblings_scope_list.md @@ -0,0 +1,4 @@ +- {foaf:member} +- Thomas +- Vincent +- Nicolas diff --git a/test/block-siblings_scope_list.plain.html b/test/block-siblings_scope_list.plain.html new file mode 100644 index 0000000..16b6e42 --- /dev/null +++ b/test/block-siblings_scope_list.plain.html @@ -0,0 +1,5 @@ + diff --git a/test/block-siblings_scope_list.rdfa.html b/test/block-siblings_scope_list.rdfa.html new file mode 100644 index 0000000..524f2f9 --- /dev/null +++ b/test/block-siblings_scope_list.rdfa.html @@ -0,0 +1,5 @@ + diff --git a/test/block-tree_scope.md b/test/block-tree_scope.md new file mode 100644 index 0000000..44b1dc4 --- /dev/null +++ b/test/block-tree_scope.md @@ -0,0 +1,10 @@ +# 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/block-tree_scope.plain.html b/test/block-tree_scope.plain.html new file mode 100644 index 0000000..ed32777 --- /dev/null +++ b/test/block-tree_scope.plain.html @@ -0,0 +1,6 @@ +

People

+

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/block-tree_scope.rdfa.html b/test/block-tree_scope.rdfa.html new file mode 100644 index 0000000..a88eb72 --- /dev/null +++ b/test/block-tree_scope.rdfa.html @@ -0,0 +1,8 @@ +

People

+
+

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/link_definition_scope.md b/test/link_definition_scope.md new file mode 100644 index 0000000..c0acb03 --- /dev/null +++ b/test/link_definition_scope.md @@ -0,0 +1,10 @@ +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/link_definition_scope.plain.html b/test/link_definition_scope.plain.html new file mode 100644 index 0000000..ba92f3f --- /dev/null +++ b/test/link_definition_scope.plain.html @@ -0,0 +1,4 @@ +

My name is +Manu Sporny +and you can give me a ring via +1-800-555-0199.

diff --git a/test/link_definition_scope.rdfa.html b/test/link_definition_scope.rdfa.html new file mode 100644 index 0000000..60e8f7a --- /dev/null +++ b/test/link_definition_scope.rdfa.html @@ -0,0 +1,4 @@ +

My name is +Manu Sporny +and you can give me a ring via +1-800-555-0199.

diff --git a/test/span_scope.plain.html b/test/span_scope.plain.html new file mode 100644 index 0000000..219b5d9 --- /dev/null +++ b/test/span_scope.plain.html @@ -0,0 +1,4 @@ +

My name is Manu Sporny.
+My name is Manu [Sporny].
+My name is [Manu Sporny] {schema:name}.
+My name is Manu Sporny{schema:name}.

diff --git a/test/span_scope.rdfa.html b/test/span_scope.rdfa.html new file mode 100644 index 0000000..ac1b1e3 --- /dev/null +++ b/test/span_scope.rdfa.html @@ -0,0 +1,4 @@ +

My name is Manu Sporny.
+My name is Manu [Sporny].
+My name is [Manu Sporny] {schema:name}.
+My name is Manu Sporny{schema:name}.

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 @@ -

{.schema:Group}

-

People

-

Manu Sporny

-

My name is Manu Sporny.

-

Thomas Francart

-

My name is Thomas Francart.

-

I once read this:

-
-

My name is Manu Sporny.

-

You can give me a ring.

-
-

Should I call him?

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 @@ -
-

People

-

Manu Sporny

-

My name is Manu Sporny.

-

Thomas Francart

-

My name is Thomas Francart.

-

I once read this:

-
-

My name is Manu Sporny.

-

You can give me a ring.

-
-

Should I call him?

-
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 @@ -

People

-

Manu Sporny

-

My name is Manu Sporny.

-

Thomas Francart

-

My name is Thomas Francart.

-

Animals

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 @@ -

People

-
-

Manu Sporny

-

My name is Manu Sporny.

-

-
-

Thomas Francart

-

My name is Thomas Francart.

-
-

Animals

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 @@ -

People

-

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.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 @@ -

People

-
-

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/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 @@ -

My name is -Manu Sporny -and you can give me a ring via -1-800-555-0199.

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 @@ -

My name is -Manu Sporny -and you can give me a ring via -1-800-555-0199.

-- cgit v1.2.3