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

/ruby-mode/Tests/assert_match(..) (asm).yasnippet

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