cli-matic Windows test
This commit is contained in:
parent
3eace3278f
commit
5c6e2b5167
2 changed files with 3 additions and 2 deletions
2
fs
2
fs
|
|
@ -1 +1 @@
|
||||||
Subproject commit ec037054668d3fd31d858de97ce125462d357da6
|
Subproject commit e58be7c9929eecc5cc9bf08610b3419a5230bc41
|
||||||
|
|
@ -276,7 +276,8 @@
|
||||||
(def base-dir (.getParent (io/file *file*)))
|
(def base-dir (.getParent (io/file *file*)))
|
||||||
(def resource (fn [x] (str (io/file base-dir x))))
|
(def resource (fn [x] (str (io/file base-dir x))))
|
||||||
|
|
||||||
(deftest test-slurping
|
(deftest ^:skip-bb ;; BB_TEST_PATCH: skipped because of Windows newlines
|
||||||
|
test-slurping
|
||||||
(testing "Slurping all-in-one"
|
(testing "Slurping all-in-one"
|
||||||
(are [i o]
|
(are [i o]
|
||||||
(= (parse-cmds-simpler
|
(= (parse-cmds-simpler
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue