summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-18 10:48:40 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-18 10:48:40 +0100
commite31322b9099722cd2108e1ab9362d220519af9e8 (patch)
treef8037ed19c5b68456582d77ae41f50be657122c2
parent8fe4a393ccbda6820b57ec873f37f08ce17d7c3d (diff)
downloadsubplot-e31322b9099722cd2108e1ab9362d220519af9e8.tar.gz
reference.md: Update SHAs for compatibility
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 ce79e14..1488ce0 100644
--- a/reference.md
+++ b/reference.md
@@ -11,7 +11,7 @@ documents.
~~~scenario
given an installed subplot
-given a clone of https://gitlab.com/subplot/subplot.git in src at 5cd2c2a8e56bdac1bc435fbd378ba7b10023c361
+given a clone of https://gitlab.com/subplot/subplot.git in src at 8fe4a393ccbda6820b57ec873f37f08ce17d7c3d
when I docgen subplot.md to test.pdf, in src
then file src/test.pdf exists
~~~
@@ -20,7 +20,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 5cd2c2a8e56bdac1bc435fbd378ba7b10023c361
+given a clone of https://gitlab.com/subplot/subplot.git in src at 8fe4a393ccbda6820b57ec873f37f08ce17d7c3d
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
@@ -31,7 +31,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 5cd2c2a8e56bdac1bc435fbd378ba7b10023c361
+given a clone of https://gitlab.com/subplot/subplot.git in src at 8fe4a393ccbda6820b57ec873f37f08ce17d7c3d
when I run, in src, subplot codegen subplot.md -o test-inner.py
when I run bash run_test.sh
then command is successful