diff options
| author | Marius Bakke <marius@gnu.org> | 2023-01-10 00:24:11 +0100 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2023-01-10 00:24:11 +0100 |
| commit | d9bcd1a8d6300b79f5884e48b2cefff05de8dce4 (patch) | |
| tree | e484be53fb1d3cd7c5bb76a34451c7364502d9ec /tests/read-print.scm | |
| parent | 0d65f7daae7428b26a8141b83c2567e6d0d9d009 (diff) | |
| parent | 79a9bb25bcb3d8b29968363db9b288cf3844108a (diff) | |
Merge branch 'master' into staging
Diffstat (limited to 'tests/read-print.scm')
| -rw-r--r-- | tests/read-print.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/read-print.scm b/tests/read-print.scm index ea52a52145..79a4101be6 100644 --- a/tests/read-print.scm +++ b/tests/read-print.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2021-2022 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2021-2023 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -143,6 +143,11 @@ expressions." #:max-width 11) (test-pretty-print "\ +(begin + 1+ 1- 123/ 456* + (1+ 41))") + +(test-pretty-print "\ (lambda (x y) ;; This is a procedure. (let ((z (+ x y))) |
