summaryrefslogtreecommitdiff
path: root/subplot.md
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-03 10:01:57 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-03 13:20:49 +0000
commit5b25c8573a6eb264615370f94d13eec5d695d85f (patch)
tree32b8bcb334d7a0c991cfb48e002d54d1061c8bfe /subplot.md
parent3ad3e568cca391d206bca4456ffe64cd86b97bd2 (diff)
downloadsubplot-5b25c8573a6eb264615370f94d13eec5d695d85f.tar.gz
subplot.md: Add missing template metadata entries
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplot.md')
-rw-r--r--subplot.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/subplot.md b/subplot.md
index 99b4de0..7c0054a 100644
--- a/subplot.md
+++ b/subplot.md
@@ -611,6 +611,7 @@ duplicated for each scenario.
title: Test scenario
bindings: b.yaml
functions: f.py
+template: python
...
# Simple
@@ -707,6 +708,7 @@ and command is successful
title: All the keywords scenario
bindings: b.yaml
functions: f.py
+template: python
...
# All keywords
@@ -779,6 +781,7 @@ then command fails
title: Continuation keyword misuse
bindings: b.yaml
functions: f.py
+template: python
...
# Continuation keyword misuse
@@ -820,6 +823,7 @@ and command is successful
title: Test scenario
bindings: b.yaml
functions: f.py
+template: python
...
# Simple
@@ -1051,6 +1055,7 @@ and step "then TMPDIR is set" was run
title: TMPDIR
bindings: tmpdir.yaml
functions: tmpdir.py
+template: python
...
# TMPDIR
@@ -1100,6 +1105,7 @@ and command is successful
title: Simple pattern capture
bindings: simplepattern.yaml
functions: capture.py
+template: python
...
# Simple pattern
@@ -1141,6 +1147,7 @@ and stderr contains "simple pattern contains regex"
title: Simple pattern capture
bindings: confusedpattern.yaml
functions: capture.py
+template: python
...
# Simple pattern
@@ -1171,6 +1178,7 @@ then command is successful
title: Simple pattern capture
bindings: confusedbutok.yaml
functions: capture.py
+template: python
...
# Simple pattern
@@ -1205,6 +1213,7 @@ and command is successful
title: Regex capture
bindings: regex.yaml
functions: capture.py
+template: python
...
# Regex
@@ -1320,6 +1329,7 @@ then command is successful
title: Environment variables
bindings: env.yaml
functions: env.py
+template: python
...
# Test
@@ -1436,6 +1446,7 @@ and command is successful
title: Test scenario
bindings: b.yaml
functions: f.py
+template: python
...
# heading 1
@@ -1465,6 +1476,7 @@ and command is successful
title: Test scenario
bindings: b.yaml
functions: f.py
+template: python
...
# heading 1
@@ -1498,6 +1510,7 @@ and command is successful
title: Test scenario
bindings: b.yaml
functions: f.py
+template: python
...
# heading 1
@@ -1534,6 +1547,7 @@ and command is successful
title: Test scenario
bindings: b.yaml
functions: f.py
+template: python
...
# heading 1
@@ -1617,6 +1631,7 @@ then command is successful
title: Plain *emph* **strong** ~~strikeout~~ superscript^10^ subscript~10~
bindings: b.yaml
functions: f.py
+template: python
...
@@ -1664,6 +1679,7 @@ and command is successful
title: Test scenario
bindings: b.yaml
functions: f.py
+template: python
...
# One
@@ -1887,6 +1903,7 @@ and stderr contains ": missing-functions.py:"
title: Missing functions
bindings: b.yaml
functions: missing-functions.py
+template: python
...
~~~
@@ -2255,6 +2272,7 @@ then command fails
~~~~{#casemismatch.md .file .markdown}
---
title: Case sensitivity mismatch
+template: python
bindings:
- badbindings.yaml
...
@@ -2278,6 +2296,7 @@ then command fails
~~~~{#twobindings.md .file .markdown}
---
title: Two bindings match
+template: python
bindings:
- badbindings.yaml
...