PageRenderTime 94ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/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
  1. # -*- mode: snippet -*-
  2. # key: as
  3. # contributor: Translated from TextMate Snippet
  4. # name: assert
  5. # --
  6. assert ${1:test}${2/(.+)/(?1: \: ")/}${2:Failure message}${2/(.+)/(?1:")/};$0