1
0
Fork 0
emacs-config/oni-bats/snippets/bats-mode/test

7 lines
75 B
Text
Raw Normal View History

2020-10-19 18:14:29 +02:00
# -*- mode: snippet -*-
# name: test
# key: test
# --
@test "$1" {
$0
}