We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734fa3f commit b908d9aCopy full SHA for b908d9a
test/examples_test.clj
@@ -15,7 +15,7 @@
15
(let [{exit :exit
16
out :out
17
err :err} (sh "./minimal.clj" :dir "./examples")
18
- fixture "vero/running: (git rev-parse --show-toplevel)
+ fixture "[36mvero »[0m (git rev-parse --show-toplevel)
19
minimal.clj
20
21
Usage:
@@ -31,7 +31,7 @@ Options:
31
32
33
err :err} (sh "./extra-classpath.clj" "example-method" :dir "./examples")
34
35
Example method from an extra classpath"]
36
(is (= 0 exit))
37
(is (= (string/trim out) (string/trim fixture))))))
0 commit comments