summaryrefslogtreecommitdiff
path: root/reference.md
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-07 20:58:01 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-07 21:01:32 +0100
commitcd2da7c74466e7db290446047ddd17e3008a0b83 (patch)
tree432089aa7924434fa200523c7502a17ebf988a28 /reference.md
parent5cd2c2a8e56bdac1bc435fbd378ba7b10023c361 (diff)
downloadsubplot-cd2da7c74466e7db290446047ddd17e3008a0b83.tar.gz
chore: Re-enable reference.md suite
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'reference.md')
-rw-r--r--reference.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/reference.md b/reference.md
index 48e2295..ce79e14 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 725775084f47cc2449d8d55687cf163f6b8f2d96
+given a clone of https://gitlab.com/subplot/subplot.git in src at 5cd2c2a8e56bdac1bc435fbd378ba7b10023c361
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 725775084f47cc2449d8d55687cf163f6b8f2d96
+given a clone of https://gitlab.com/subplot/subplot.git in src at 5cd2c2a8e56bdac1bc435fbd378ba7b10023c361
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 725775084f47cc2449d8d55687cf163f6b8f2d96
+given a clone of https://gitlab.com/subplot/subplot.git in src at 5cd2c2a8e56bdac1bc435fbd378ba7b10023c361
when I run, in src, subplot codegen subplot.md -o test-inner.py
when I run bash run_test.sh
then command is successful