Add three test files covering shebang line handling: a valid shebang with expected output, a shebang at end-of-file without newline, and a shebang on a non-first line expected to produce an error.
3 lines
51 B
Plaintext
3 lines
51 B
Plaintext
// expect error line 3
|
|
IO.print("nope")
|
|
#!/bin/wren |