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

7 lines
No EOL
75 B
Text

# -*- mode: snippet -*-
# name: test
# key: test
# --
@test "$1" {
$0
}