/java-mode/Directives/assert.yasnippet
http://github.com/ridgetang/snippets · Unknown · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 905ad5beed8cf5feff49acbb1eb1a487 MD5 · raw file
- # -*- mode: snippet -*-
- # key: as
- # contributor: Translated from TextMate Snippet
- # name: assert
- # --
- assert ${1:test}${2/(.+)/(?1: \: ")/}${2:Failure message}${2/(.+)/(?1:")/};$0