We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96a880 commit 39bfdd9Copy full SHA for 39bfdd9
src/basilisp/pprint.lpy
@@ -16,6 +16,7 @@
16
17
- :lpy:fn:`*print-base*`
18
- :lpy:fn:`*print-miser-width*`
19
+ - :lpy:fn:`*print-pretty*`
20
- :lpy:fn:`*print-pprint-dispatch*`
21
- :lpy:fn:`*print-radix*`
22
- :lpy:fn:`*print-right-margin*`
tests/basilisp/test_pprint.lpy
@@ -10,7 +10,7 @@
10
(defn trim-and-replace-newlines
11
[s]
12
(-> (str/trim s)
13
- (str/replace "\n" os/linesep)))
+ (str/replace "\r\n" "\n")))
14
15
(deftest column-writer-test
(let [write (fn [s]
0 commit comments