summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-18 10:48:03 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-18 10:48:03 +0100
commit8fe4a393ccbda6820b57ec873f37f08ce17d7c3d (patch)
treeeef711c89793f0a653da7c3c986b1ccd2e35199f
parent0cdaf934e9ba09be62d0161e349b8783539beab5 (diff)
downloadsubplot-8fe4a393ccbda6820b57ec873f37f08ce17d7c3d.tar.gz
chore: Fix up embedded metadata blocks in subplot.md
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--subplot.md118
1 files changed, 60 insertions, 58 deletions
diff --git a/subplot.md b/subplot.md
index 824e44a..a718490 100644
--- a/subplot.md
+++ b/subplot.md
@@ -648,8 +648,10 @@ title: "Subplot"
author: The Subplot project
date: work in progress
template: python
-bindings: subplot.yaml
-functions: subplot.py
+bindings:
+- subplot.yaml
+functions:
+- subplot.py
...
~~~
@@ -815,8 +817,8 @@ then command fails
~~~{#badfilename.md .file .markdown .numberLines}
---
title: Bad filenames in matched steps do not permit codegen
-bindings: b.yaml
-functions: f.py
+bindings: [b.yaml]
+functions: [f.py]
template: python
...
@@ -973,8 +975,8 @@ duplicated for each scenario.
~~~~{#simple.md .file .markdown .numberLines}
---
title: Test scenario
-bindings: b.yaml
-functions: f.py
+bindings: [b.yaml]
+functions: [f.py]
template: python
...
@@ -1098,8 +1100,8 @@ and command is successful
~~~{#allkeywords.md .file .markdown .numberLines}
---
title: All the keywords scenario
-bindings: b.yaml
-functions: f.py
+bindings: [b.yaml]
+functions: [f.py]
template: python
...
@@ -1134,9 +1136,9 @@ and command is successful
~~~{#aliases.md .file .markdown .numberLines}
---
-title: Keyword aliasesG
-bindings: b.yaml
-functions: f.py
+title: Keyword aliases
+bindings: [b.yaml]
+functions: [f.py]
...
# Aliases
@@ -1171,8 +1173,8 @@ then command fails
~~~{#continuationmisuse.md .file .markdown .numberLines}
---
title: Continuation keyword misuse
-bindings: b.yaml
-functions: f.py
+bindings: [b.yaml]
+functions: [f.py]
template: python
...
@@ -1235,8 +1237,8 @@ and command is successful
~~~~{#emptylines.md .file .markdown .numberLines}
---
title: Test scenario
-bindings: b.yaml
-functions: f.py
+bindings: [b.yaml]
+functions: [f.py]
template: python
...
@@ -1343,8 +1345,8 @@ and command is successful
~~~~~{#cleanup-success-python.md .file .markdown .numberLines}
---
title: Cleanup
-bindings: cleanup.yaml
-functions: cleanup.py
+bindings: [cleanup.yaml]
+functions: [cleanup.py]
template: python
...
@@ -1375,8 +1377,8 @@ and command fails
~~~~~{#cleanup-fail-python.md .file .markdown .numberLines}
---
title: Cleanup
-bindings: cleanup.yaml
-functions: cleanup.py
+bindings: [cleanup.yaml]
+functions: [cleanup.py]
template: python
...
@@ -1407,8 +1409,8 @@ and command is successful
~~~~~{#cleanup-success-bash.md .file .markdown .numberLines}
---
title: Cleanup
-bindings: cleanup.yaml
-functions: cleanup.sh
+bindings: [cleanup.yaml]
+functions: [cleanup.sh]
template: bash
...
@@ -1442,8 +1444,8 @@ and command fails
~~~~~{#cleanup-fail-bash.md .file .markdown .numberLines}
---
title: Cleanup
-bindings: cleanup.yaml
-functions: cleanup.sh
+bindings: [cleanup.yaml]
+functions: [cleanup.sh]
template: bash
...
@@ -1482,8 +1484,8 @@ and step "then TMPDIR is set" was run
~~~~{#tmpdir.md .file .markdown .numberLines}
---
title: TMPDIR
-bindings: tmpdir.yaml
-functions: tmpdir.py
+bindings: [tmpdir.yaml]
+functions: [tmpdir.py]
template: python
...
@@ -1534,8 +1536,8 @@ and command is successful
~~~~{#simplepattern.md .file .markdown .numberLines}
---
title: Simple pattern capture
-bindings: simplepattern.yaml
-functions: capture.py
+bindings: [simplepattern.yaml]
+functions: [capture.py]
template: python
...
@@ -1578,8 +1580,8 @@ and stderr contains "simple pattern contains regex"
~~~~{#confusedpattern.md .file .markdown .numberLines}
---
title: Simple pattern capture
-bindings: confusedpattern.yaml
-functions: capture.py
+bindings: [confusedpattern.yaml]
+functions: [capture.py]
template: python
...
@@ -1611,8 +1613,8 @@ then command is successful
~~~~{#confusedbutok.md .file .markdown .numberLines}
---
title: Simple pattern capture
-bindings: confusedbutok.yaml
-functions: capture.py
+bindings: [confusedbutok.yaml]
+functions: [capture.py]
template: python
...
@@ -1648,8 +1650,8 @@ and command is successful
~~~~{#regex.md .file .markdown .numberLines}
---
title: Regex capture
-bindings: regex.yaml
-functions: capture.py
+bindings: [regex.yaml]
+functions: [capture.py]
template: python
...
@@ -1696,8 +1698,8 @@ then command is successful
~~~~~~{#values.md .file .markdown .numberLines}
---
title: Values
-bindings: values.yaml
-functions: values.py
+bindings: [values.yaml]
+functions: [values.py]
template: python
...
@@ -1770,8 +1772,8 @@ then command is successful
~~~~~~{#env.md .file .markdown .numberLines}
---
title: Environment variables
-bindings: env.yaml
-functions: env.py
+bindings: [env.yaml]
+functions: [env.py]
template: python
...
@@ -1893,8 +1895,8 @@ and command is successful
---
title: Test scenario
-bindings: b.yaml
-functions: f.py
+bindings: [b.yaml]
+functions: [f.py]
template: python
...
@@ -1923,8 +1925,8 @@ and command is successful
---
title: Test scenario
-bindings: b.yaml
-functions: f.py
+bindings: [b.yaml]
+functions: [f.py]
template: python
...
@@ -1957,8 +1959,8 @@ and command is successful
---
title: Test scenario
-bindings: b.yaml
-functions: f.py
+bindings: [b.yaml]
+functions: [f.py]
template: python
...
@@ -1994,8 +1996,8 @@ and command is successful
---
title: Test scenario
-bindings: b.yaml
-functions: f.py
+bindings: [b.yaml]
+functions: [f.py]
template: python
...
@@ -2033,8 +2035,8 @@ then command fails
~~~{#notitle.md .file .markdown .numberLines}
---
-bindings: b.yaml
-functions: f.py
+bindings: [b.yaml]
+functions: [f.py]
...
@@ -2078,8 +2080,8 @@ then command is successful
~~~{#fancytitle.md .file .markdown .numberLines}
---
title: Plain *emph* **strong** ~~strikeout~~ superscript^10^ subscript~10~
-bindings: b.yaml
-functions: f.py
+bindings: [b.yaml]
+functions: [f.py]
template: python
...
@@ -2126,8 +2128,8 @@ and command is successful
~~~{#twoscenarios-python.md .file .markdown .numberLines}
---
title: Test scenario
-bindings: b.yaml
-functions: f.py
+bindings: [b.yaml]
+functions: [f.py]
template: python
...
@@ -2169,8 +2171,8 @@ and command is successful
~~~{#twoscenarios-bash.md .file .markdown .numberLines}
---
title: Test scenario
-bindings: b.yaml
-functions: f.sh
+bindings: [b.yaml]
+functions: [f.sh]
template: bash
...
@@ -2329,7 +2331,7 @@ and stderr contains ": missing-binding.yaml:"
~~~{#missing-binding.md .file .markdown .numberLines}
---
title: Missing binding
-bindings: missing-binding.yaml
+bindings: [missing-binding.yaml]
...
~~~
@@ -2350,8 +2352,8 @@ and stderr contains ": missing-functions.py:"
~~~{#missing-functions.md .file .markdown .numberLines}
---
title: Missing functions
-bindings: b.yaml
-functions: missing-functions.py
+bindings: [b.yaml]
+functions: [missing-functions.py]
template: python
...
~~~
@@ -2366,8 +2368,8 @@ subplot metadata would extract this information from the **simple.md** example:
~~~
title: Test scenario
-bindings: b.yaml
-functions: f.py
+bindings: [b.yaml]
+functions: [f.py]
scenario Simple
~~~