Skip to content
Snippets Groups Projects
Commit 81ac5a1f authored by sds's avatar sds
Browse files

format.justify.30, format.justify.32: restore a trailing space, lost during untabification

parent 65d326e3
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,7 @@ X AAA BBB CCC") ...@@ -213,7 +213,7 @@ X AAA BBB CCC")
(def-pprint-test format.justify.30 (def-pprint-test format.justify.30
(format nil "~%X ~<~%X ~0,3:;AAA~>~<~%X ~0,3:;BBB~>~<~%X ~0,3:;CCC~>") (format nil "~%X ~<~%X ~0,3:;AAA~>~<~%X ~0,3:;BBB~>~<~%X ~0,3:;CCC~>")
" "
X X
X AAA X AAA
X BBB X BBB
X CCC") X CCC")
...@@ -226,7 +226,7 @@ X AAABBBCCC") ...@@ -226,7 +226,7 @@ X AAABBBCCC")
(def-pprint-test format.justify.32 (def-pprint-test format.justify.32
(format nil "~%X ~<~%X ~0,3:;AAA~>,~<~%X ~0,3:;BBB~>,~<~%X ~0,3:;CCC~>") (format nil "~%X ~<~%X ~0,3:;AAA~>,~<~%X ~0,3:;BBB~>,~<~%X ~0,3:;CCC~>")
" "
X X
X AAA, X AAA,
X BBB, X BBB,
X CCC") X CCC")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment