PageRenderTime 26ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Tests/assert_no_match(..) (asnm).yasnippet

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | d2e09d8b8ff25edfd4b1d0e23ccc05c9 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: asnm
  3. # contributor: Translated from TextMate Snippet
  4. # name: assert_no_match(..)
  5. # --
  6. assert_no_match`snippet_paren.rb`/${1:unexpected_pattern}/, ${0:actual_string}`snippet_paren.rb end`