summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-06-11 21:23:57 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-06-11 21:23:57 +0100
commit725775084f47cc2449d8d55687cf163f6b8f2d96 (patch)
tree5246afb0bccdd003f02cceaf71727a5a91607d63
parentbfaf159831537576ce660e9703b45f91d1a2e7dc (diff)
downloadsubplot-725775084f47cc2449d8d55687cf163f6b8f2d96.tar.gz
subplot.md: Test JSON should be sorted
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--subplot.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/subplot.md b/subplot.md
index 230acb3..1ef6ad9 100644
--- a/subplot.md
+++ b/subplot.md
@@ -2261,14 +2261,14 @@ bibliography: [foo.bib, bar.bib]
{
"title": "Document refers to external images",
"sources": [
- "images.md",
"b.yaml",
- "other.yaml",
+ "bar.bib",
"f.py",
- "other.py",
"foo.bib",
- "bar.bib",
- "image.gif"
+ "image.gif",
+ "images.md",
+ "other.py",
+ "other.yaml"
],
"binding_files": [
"b.yaml",
@@ -2279,8 +2279,8 @@ bibliography: [foo.bib, bar.bib]
"other.py"
],
"bibliographies": [
- "foo.bib",
- "bar.bib"
+ "bar.bib",
+ "foo.bib"
],
"files": [],
"scenarios": []