9 lines
116 B
Text
9 lines
116 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: test-group
|
||
|
# uuid:
|
||
|
# key: testGroup
|
||
|
# condition: t
|
||
|
# --
|
||
|
testGroup "${1:name}"
|
||
|
[ $0
|
||
|
]
|