diff options
| author | lukeflo | 2025-06-01 14:54:38 +0200 |
|---|---|---|
| committer | lukeflo | 2025-06-01 14:54:38 +0200 |
| commit | d64596242ab185fffebc773ad2dcb5f1be2fccc2 (patch) | |
| tree | 63c63e0d012b07ce66153ffba9dc7b13ebee0124 /tests | |
| parent | 62580d8cc537808c34b0d9a0fe5554b4806a7aa6 (diff) | |
| download | bibiman-d64596242ab185fffebc773ad2dcb5f1be2fccc2.tar.gz bibiman-d64596242ab185fffebc773ad2dcb5f1be2fccc2.zip | |
some fixes and test for `file_prefix` with new bool
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-config.toml b/tests/test-config.toml index 1b60acd..4e4f8c5 100644 --- a/tests/test-config.toml +++ b/tests/test-config.toml @@ -14,7 +14,7 @@ bibfiles = [ "tests/biblatex-test.bib" ] ## Prefix which is prepended to the filepath from the `file` field ## Use absolute paths (~ for HOME works). Otherwise, loading might not work. -# file_prefix = "/some/path/prefix" +file_prefix = "/some/path/prefix" ## Path to folder (with subfolders) containing PDF files with the basename ## of the format "citekey.pdf". Other PDF basenames are not accepted. |
