/Snippets/assertFloatEquals.tmSnippet

http://github.com/sbl/scmate.tmbundle · Unknown · 16 lines · 16 code · 0 blank · 0 comment · 0 complexity · 4c654ccd7601530697ec674177da7df3 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>content</key>
  6. <string>this.assertFloatEquals(${1:a}, ${2:b}, "${3:message}", ${4:0.001});</string>
  7. <key>name</key>
  8. <string>assertFloatEquals</string>
  9. <key>scope</key>
  10. <string>source.supercollider</string>
  11. <key>tabTrigger</key>
  12. <string>asf</string>
  13. <key>uuid</key>
  14. <string>C45BDC78-EC7A-4546-BF86-C27A5F613191</string>
  15. </dict>
  16. </plist>