depot/third_party/tvl/users/grfn/emacs.d/snippets/haskell-mode/test-group

9 lines
116 B
Text
Raw Normal View History

# -*- mode: snippet -*-
# name: test-group
# uuid:
# key: testGroup
# condition: t
# --
testGroup "${1:name}"
[ $0
]