lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

assert_match(..)-(asm).sublime-snippet (214B)


      1 <snippet>
      2 	<content><![CDATA[assert_match(/${1:expected_pattern}/, ${0:actual_string})]]></content>
      3 	<tabTrigger>asm</tabTrigger>
      4 	<scope>source.ruby</scope>
      5 	<description>assert_match(..)</description>
      6 </snippet>