test shebangs without /usr/bin/env, and with extra whitespace
This commit is contained in:
@@ -17,3 +17,24 @@ nix-shell shebang whitespace
|
||||
|
||||
(source_file
|
||||
(first_line))
|
||||
|
||||
==================
|
||||
nix-shell shebang no env
|
||||
==================
|
||||
|
||||
#!nix-shell
|
||||
---
|
||||
|
||||
(source_file
|
||||
(first_line))
|
||||
|
||||
|
||||
==================
|
||||
nix-shell shebang whitespace no env
|
||||
==================
|
||||
|
||||
#! nix-shell
|
||||
---
|
||||
|
||||
(source_file
|
||||
(first_line))
|
||||
|
Reference in New Issue
Block a user