diff options
Diffstat (limited to 'tests/format/dependencies3/elements/shorthand-junction.bst')
-rw-r--r-- | tests/format/dependencies3/elements/shorthand-junction.bst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/format/dependencies3/elements/shorthand-junction.bst b/tests/format/dependencies3/elements/shorthand-junction.bst new file mode 100644 index 000000000..842a70dff --- /dev/null +++ b/tests/format/dependencies3/elements/shorthand-junction.bst @@ -0,0 +1,11 @@ +kind: configsupported + +# Here we test specification of multiple files through the same junction +# +depends: +- filename: + - target-a.bst + - target-b.bst + junction: subproject.bst + config: + enabled: true |