test (108B)
1 # -*- mode: snippet -*- 2 # name: func Test...() { ... } 3 # -- 4 func Test${1:Name}(${2:t *testing.T}) { 5 `%`$0 6 }