yasnippet-snippets/snippets/d-mode/unit

8 lines
No EOL
106 B
Text

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