Retoor software development Projects Research SearchXNG
Register Sign In

3 lines
41 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
#!/bin/wren
IO.print("ok") // expect: ok
Reference in New Issue Copy Permalink
c8fa7e619f
wren/test/language/shebang/shebang.wren
Response time: 43ms
Mail Licenses API