mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-12 16:34:18 +00:00
Last commit before tagging and releasing
This commit is contained in:
6
extras/imported/java-mode/Directives/assert.yasnippet
Normal file
6
extras/imported/java-mode/Directives/assert.yasnippet
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: as
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: assert
|
||||
# --
|
||||
assert ${1:test}${2/(.+)/(?1: \: ")/}${2:Failure message}${2/(.+)/(?1:")/};$0
|
||||
Reference in New Issue
Block a user