about summary refs log tree commit diff
path: root/users/aspen/emacs.d/snippets/haskell-mode/test-group
blob: bf6a66f8a34ff235371c9a77d00b2eb640566153 (plain) (blame)
1
2
3
4
5
6
7
8
9
# -*- mode: snippet -*-
# name: test-group
# uuid: test-group
# key: testGroup
# condition: t
# --
testGroup "${1:name}"
[ $0
]