mirror of https://github.com/Wilfred/difftastic/
Add a second file to the test directory
parent
b2320b29d5
commit
a9af73d944
@ -0,0 +1,8 @@
|
||||
;; Example from Autochrome, under EPL-1.0 license.
|
||||
|
||||
(defn example
|
||||
[x]
|
||||
"Does stuff."
|
||||
(-> {:more (inc x)
|
||||
:less (dec x)}
|
||||
(assoc :twice (+ x x))))
|
||||
@ -0,0 +1,8 @@
|
||||
;; Example from Autochrome, under EPL-1.0 license.
|
||||
|
||||
(defn example
|
||||
[x]
|
||||
"Does stuff."
|
||||
(println "hello!")
|
||||
{:more (inc x)
|
||||
:less (dec x)})
|
||||
Loading…
Reference in New Issue