shebang_feature.test 248 Bytes
#!foobar
#!/usr/bin/env groovy

----------------------------------------------------

[
	["shebang", "#!foobar"],
	["shebang", "#!/usr/bin/env groovy"]
]

----------------------------------------------------

Check for shebang comments.