summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-10-08 22:31:51 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-10-08 22:31:51 +0100
commit58110bf660c60ca8ba9ea692be916b9c641bb7d3 (patch)
tree107cf6df78f91f1df553ecf788aebe5548fcf114
parent409f32c5017d3f880e003138b0548cf74f965ce0 (diff)
downloadsubplot-58110bf660c60ca8ba9ea692be916b9c641bb7d3.tar.gz
reference: Update to a version which will work with modern scenario count checks
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 1488ce0..62f827b 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 8fe4a393ccbda6820b57ec873f37f08ce17d7c3d
+given a clone of https://gitlab.com/subplot/subplot.git in src at 409f32c5017d3f880e003138b0548cf74f965ce0
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 8fe4a393ccbda6820b57ec873f37f08ce17d7c3d
+given a clone of https://gitlab.com/subplot/subplot.git in src at 409f32c5017d3f880e003138b0548cf74f965ce0
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 8fe4a393ccbda6820b57ec873f37f08ce17d7c3d
+given a clone of https://gitlab.com/subplot/subplot.git in src at 409f32c5017d3f880e003138b0548cf74f965ce0
when I run, in src, subplot codegen subplot.md -o test-inner.py
when I run bash run_test.sh
then command is successful