gitignored
This commit is contained in:
parent
11454b1346
commit
0ef500d9ef
11 changed files with 347 additions and 1 deletions
11
yamlscript/hello-world/hello-world-test.ys
Normal file
11
yamlscript/hello-world/hello-world-test.ys
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env ys-0
|
||||
|
||||
use ys::taptest: :all
|
||||
load: 'hello-world.ys'
|
||||
|
||||
test::
|
||||
- name: Say Hi!
|
||||
code: hello()
|
||||
want: Hello, World!
|
||||
|
||||
done: 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue