diff options
| author | Andreas Enge <andreas@enge.fr> | 2023-04-24 20:43:01 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2023-04-24 20:43:01 +0200 |
| commit | 92dd588b81e2b07eff8a083e998224963cfe2959 (patch) | |
| tree | 1e437c7e0cbde691defe81c465ddf7d23d3313a1 /tests | |
| parent | 09d2976c86f2cb1841ebe0685164912bfedfeeb5 (diff) | |
| parent | c7cdd4a6c7e795575c1baf6a655cb317f56fcf81 (diff) | |
Merge remote-tracking branch 'origin/master' into core-updates
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/read-print.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/read-print.scm b/tests/read-print.scm index f4627e076a..c2b236b172 100644 --- a/tests/read-print.scm +++ b/tests/read-print.scm @@ -195,6 +195,11 @@ expressions." (string-append \"a\\tb\" \"\\n\")") (test-pretty-print "\ +(display \"This is a very long string. +It contains line breaks, which are preserved, +because it's a long string.\")") + +(test-pretty-print "\ (description \"abcdefghijkl mnopqrstuvwxyz.\")" #:max-width 30) |
