Add unit test for ignoring hash bang.

This commit is contained in:
Jonathan Turner 2012-05-18 08:43:03 -07:00
parent 025db4ce3a
commit 8af41b1d3c

4
unittests/hashbang.chai Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env chai
//We just have to reach this point for success
assert_equal(true, true);