We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6465a commit 5dc5675Copy full SHA for 5dc5675
test/grape/cli_test.clj
@@ -226,11 +226,9 @@
226
(testing "with line numbers"
227
(is (= (str "1:" inline)
228
(with-out-str
229
- (cli/match-source! source (g/pattern "(do $&)") {:line-numbers :first}))))
+ (cli/match-source! source (g/pattern "(do $&)") {:inline? true
230
+ :line-numbers :first}))))
231
232
- (cli/match-source! source (g/pattern "(do $&)") {:line-numbers :all})))))))))
233
-
234
235
-;; TODO test that we preserve commas, #_ and comments when printing matches
236
-;; Also: preserve newlines: \r\n
+ :line-numbers :all})))))))))
0 commit comments