Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Nov 3, 2023
1 parent d0072dc commit a287ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/stencil/merger_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
(testing "Unchanged"
(are [x expected] (= expected (cleanup-runs x))
[{:text "asdf{"} {:text "{aaa"}]
[{:text "asdf{"} {:text "{aaa"}])))
[{:text "asdf{{aaa"}])))

(defmacro are+ [argv [& exprs] & bodies] (list* 'do (for [e exprs] `(are ~argv ~e ~@bodies))))

Expand Down Expand Up @@ -90,7 +90,7 @@
[{:text "abcd"} {:action {:cmd :cmd/echo, :expression 1 :raw "{%=1%}"}} O1 O2 O3 O4{:text "b"}]

[{:text "abc{"} O1 {:text "%"} O2 {:text "=1"} O3 {:text "2"} O4 {:text "%"} O5 {:text "}"} {:text "b"}]
[{:text "abc{"} O1 {:text "%"} O2 {:text "=1"} O3 {:text "2"} O4 {:text "%"} O5 {:text "}"} {:text "b"}]
[{:text "abc{"} O1 {:text "%"} O2 {:text "=1"} O3 {:text "2"} O4 {:text "%"} O5 {:text "}b"}]
[{:text "abc"} {:action {:cmd :cmd/echo, :expression 12 :raw "{%=12%}"}} O1 O2 O3 O4 O5 {:text "b"}]

[O1 {:text "{%if p"} O2 O3 {:text "%}one{%end%}"} O4]
Expand Down

0 comments on commit a287ca5

Please sign in to comment.