Retoor software development Projects Research SearchXNG
Register Sign In

3 lines
51 B
Plaintext
Raw Normal View History

test: add shebang test cases for wren scripts 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.
2015-01-03 20:53:17 +01:00
// expect error line 3
IO.print("nope")
#!/bin/wren
Reference in New Issue Copy Permalink
c8fa7e619f
wren/test/language/shebang/shebang_at_other_line.wren
Response time: 48ms
Mail Licenses API