This commit is contained in:
parent
009472e6a8
commit
a64b2d6ec3
3 changed files with 2 additions and 1 deletions
7
tests/script.q
Executable file
7
tests/script.q
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env q
|
||||
|
||||
import io
|
||||
|
||||
main() {
|
||||
io.write("Hello\n")
|
||||
}
|
|
@ -5,6 +5,7 @@ import (
|
|||
)
|
||||
|
||||
var tests = []testRun{
|
||||
{"script", "", "Hello\n", 0},
|
||||
{"sum", "", "", 10},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue