mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Fix shebang without path
This commit is contained in:
@@ -32,6 +32,7 @@ class TestShebang < Test::Unit::TestCase
|
||||
assert_interpreter "python2", "#!/usr/bin/python2.7\n\n\n\n"
|
||||
assert_interpreter "python3", "#!/usr/bin/python3\n\n\n\n"
|
||||
assert_interpreter "sbcl", "#!/usr/bin/sbcl --script\n\n"
|
||||
assert_interpreter "perl", "#! perl"
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user