# -*- mode: snippet -*-
# name: test
# key: test
# --
(deftest $1
  (is (= $2))$>
  $0)$>