Skip to content

Commit 39bfdd9

Browse files
committed
Do better
1 parent b96a880 commit 39bfdd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/basilisp/pprint.lpy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
- :lpy:fn:`*print-base*`
1818
- :lpy:fn:`*print-miser-width*`
19+
- :lpy:fn:`*print-pretty*`
1920
- :lpy:fn:`*print-pprint-dispatch*`
2021
- :lpy:fn:`*print-radix*`
2122
- :lpy:fn:`*print-right-margin*`

tests/basilisp/test_pprint.lpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(defn trim-and-replace-newlines
1111
[s]
1212
(-> (str/trim s)
13-
(str/replace "\n" os/linesep)))
13+
(str/replace "\r\n" "\n")))
1414

1515
(deftest column-writer-test
1616
(let [write (fn [s]

0 commit comments

Comments
 (0)