summaryrefslogtreecommitdiff
path: root/reference.md
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-01 14:04:03 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-01 14:04:03 +0100
commitaf7d1d4f241f2d74bf817c5da06c30556339ec06 (patch)
tree173d769001c8446f121bf619f924a3bea6aa3b6d /reference.md
parentbfbcaf9eedb9f2339494c3ee16d5761121631342 (diff)
downloadsubplot-af7d1d4f241f2d74bf817c5da06c30556339ec06.tar.gz
reference: We made a backward non-compatible change
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 c87c309..f2713b0 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 5d89e81ff677ff67af68d8903ad09053a72cd438
+given a clone of https://gitlab.com/subplot/subplot.git in src at bfbcaf9eedb9f2339494c3ee16d5761121631342
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 5d89e81ff677ff67af68d8903ad09053a72cd438
+given a clone of https://gitlab.com/subplot/subplot.git in src at bfbcaf9eedb9f2339494c3ee16d5761121631342
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 5d89e81ff677ff67af68d8903ad09053a72cd438
+given a clone of https://gitlab.com/subplot/subplot.git in src at bfbcaf9eedb9f2339494c3ee16d5761121631342
when I run, in src, subplot codegen subplot.md -o test-inner.py
when I run bash run_test.sh
then command is successful