diff options
Diffstat (limited to '')
-rw-r--r-- | tests/heredoc.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/heredoc.scm b/tests/heredoc.scm index 931b7a2..b96ca2c 100644 --- a/tests/heredoc.scm +++ b/tests/heredoc.scm @@ -167,7 +167,8 @@ (trim-indentation "\n\nmixed\n indentations\n")) (t:test-equal "\n\n\n \n lines with only spaces\n" - (trim-indentation "\n\n \n \n lines with only spaces\n")) + (trim-indentation + "\n\n \n \n lines with only spaces\n")) (t:test-equal "\n\n mixed spaces\n and tabs" (trim-indentation "\n\n mixed spaces\n and tabs")) |