summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-17 15:42:47 -0300
committerEuAndreh <eu@euandre.org>2022-05-17 15:42:47 -0300
commit3992015ed7b7104e879633475720ac28396d64aa (patch)
tree8a6454cff4f79f9bfcfeb7c16b740c52e4277354 /tests
parentUpdate references to src/heredoc.scm (diff)
downloadguile-heredoc-3992015ed7b7104e879633475720ac28396d64aa.tar.gz
guile-heredoc-3992015ed7b7104e879633475720ac28396d64aa.tar.xz
src/xyz/euandreh/heredoc.scm: Rename (heredoc-reader ...) to (reader ...)
Diffstat (limited to 'tests')
-rw-r--r--tests/heredoc.scm6
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")