diff options
| author | 2024-12-28 11:16:31 -0500 | |
|---|---|---|
| committer | 2024-12-28 11:16:31 -0500 | |
| commit | 8bc2e01a44e8e669b8337f6451d2b0debf57837b (patch) | |
| tree | 9249a7ac2a76a7ea734b7cc2c2e43f08929b93db /tests | |
| parent | .gitignore (diff) | |
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/run.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/run.scm b/tests/run.scm index 1d80564..f5c95ae 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -17,7 +17,8 @@ (import r7rs (mcgoron ris parse) test (srfi 146) (srfi 214)) (define file - (call-with-input-file "10.1038_s41467-022-34369-4-citation.ris" ris->mapping)) + (flexvector-front + (call-with-input-file "10.1038_s41467-022-34369-4-citation.ris" ris->mapping))) (test-begin "10.1038_s41467-022-34369-4-citation.ris") (define-syntax test-ref |
