jwalton512 / vim-blade

Vim syntax highlighting for Blade templates.
225 stars 37 forks source link

Add testing #14

Closed tremby closed 10 years ago

tremby commented 10 years ago

Note that the expected output for test/example.blade.php is not currently correct -- see #12.

This fixes #13.

tremby commented 10 years ago

I documented this in the readme.

If this is working for you and you choose to merge it, the next thing to do would be to break down the tests into much smaller chunks, named with descriptive things like multiple-blade-directives-per-line.blade.php or whatever.

And I'm not sure I was totally clear above. Right now test/example.blade.php is not currently highlighting properly (same issue as #12) but I have no way to generate a correct "expected output" file, so the "expected output" right now is to be broken. If you run test it'll pass, even though it's not right. So once #12 is fixed and the highlighting looks right, run :MakeSynChk on that file and commit the changed output.

jwalton512 commented 10 years ago

Thank you for this, great work!