summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2023-10-07 13:24:38 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2023-10-07 13:24:38 +0000
commitf0886ae03e58c7d0b399cfd93f55a301dee0bce1 (patch)
tree3147a23fdf486d1cc8161fe12d8fe79dbd0a375c
parent5168420454b92205c13224a6801d3341d7f0c3d3 (diff)
parentf0a2f92e278336a3f4e1dbbc78df46d10aad5591 (diff)
downloadsubplot-f0886ae03e58c7d0b399cfd93f55a301dee0bce1.tar.gz
Merge branch 'liw/re-enable-ref' into 'main'
tests: re-enable reference.subplot Closes #330 See merge request subplot/subplot!353
-rw-r--r--reference.md6
-rw-r--r--reference.subplot (renamed from reference.subplot.disabled)0
2 files changed, 3 insertions, 3 deletions
diff --git a/reference.md b/reference.md
index ab483c9..1776e0b 100644
--- a/reference.md
+++ b/reference.md
@@ -4,13 +4,13 @@ This document describes how we guard against accidental breaking
changes in Subplot by running the current version against a curated
set of subplot documents.
-# Subplot version 0.8.0
+# Subplot version 0.9.0
## Produce HTML page
~~~scenario
given an installed subplot
-given a clone of https://gitlab.com/subplot/subplot.git in src at 09d99341aefcfca0a923445ba6ed0b298c6b1788
+given a clone of https://gitlab.com/subplot/subplot.git in src at 5168420454b92205c13224a6801d3341d7f0c3d3
when I docgen subplot.subplot to test.html, in src
when I run, in src, subplot docgen subplot.subplot -o subplot.html -t python
then file src/test.html exists
@@ -21,7 +21,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 09d99341aefcfca0a923445ba6ed0b298c6b1788
+given a clone of https://gitlab.com/subplot/subplot.git in src at 5168420454b92205c13224a6801d3341d7f0c3d3
when I run, in src, subplot codegen subplot.subplot -o test-inner.py -t python
when I run bash run_test.sh
then command is successful
diff --git a/reference.subplot.disabled b/reference.subplot
index 4e3311c..4e3311c 100644
--- a/reference.subplot.disabled
+++ b/reference.subplot