summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-06-11 21:25:13 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-06-11 21:25:13 +0100
commitf6eb1a692a3890b30558376f939a955fec1f4252 (patch)
treea7f5d0d6e6157b0fa905b88685f0a11d620ecf24
parent725775084f47cc2449d8d55687cf163f6b8f2d96 (diff)
downloadsubplot-f6eb1a692a3890b30558376f939a955fec1f4252.tar.gz
reference.md: Use the sorted metadata commit for reference
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--reference.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/reference.md b/reference.md
index f2713b0..09ac659 100644
--- a/reference.md
+++ b/reference.md
@@ -10,7 +10,7 @@ documents.
~~~scenario
given an installed subplot
-given a clone of https://gitlab.com/subplot/subplot.git in src at bfbcaf9eedb9f2339494c3ee16d5761121631342
+given a clone of https://gitlab.com/subplot/subplot.git in src at 725775084f47cc2449d8d55687cf163f6b8f2d96
when I docgen subplot.md to test.pdf, in src
then file src/test.pdf exists
~~~
@@ -19,7 +19,7 @@ then file src/test.pdf exists
~~~scenario
given an installed subplot
-given a clone of https://gitlab.com/subplot/subplot.git in src at bfbcaf9eedb9f2339494c3ee16d5761121631342
+given a clone of https://gitlab.com/subplot/subplot.git in src at 725775084f47cc2449d8d55687cf163f6b8f2d96
when I docgen subplot.md to test.html, in src
when I run, in src, subplot docgen subplot.md -o subplot.html
then file src/test.html exists
@@ -30,7 +30,7 @@ then file src/test.html exists
~~~scenario
given an installed subplot
given file run_test.sh
-given a clone of https://gitlab.com/subplot/subplot.git in src at bfbcaf9eedb9f2339494c3ee16d5761121631342
+given a clone of https://gitlab.com/subplot/subplot.git in src at 725775084f47cc2449d8d55687cf163f6b8f2d96
when I run, in src, subplot codegen subplot.md -o test-inner.py
when I run bash run_test.sh
then command is successful