diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/heredoc.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/heredoc.scm b/tests/heredoc.scm index 3c0fb7b..e368119 100644 --- a/tests/heredoc.scm +++ b/tests/heredoc.scm @@ -221,8 +221,8 @@ exit $ret (non-quote-chars? '(#\a #\"))))) -(define (test-heredoc-reader) - (t:test-group "heredoc-reader" +(define (test-reader) + (t:test-group "reader" (t:test-equal "" #"" ""#) @@ -322,7 +322,7 @@ fi test-maximum-indentation test-trim-indentation test-non-quote-chars? - test-heredoc-reader)) + test-reader)) (define (main) (t:test-begin "heredoc") |
