test shebangs without /usr/bin/env, and with extra whitespace

This commit is contained in:
2023-07-04 10:08:16 +00:00
parent d656b1c0fe
commit 70f836ead6

View File

@@ -17,3 +17,24 @@ nix-shell shebang whitespace
(source_file (source_file
(first_line)) (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))