add back test 93
This commit is contained in:
7
examples/acceptance_tests/093/aiken.lock
Normal file
7
examples/acceptance_tests/093/aiken.lock
Normal file
@@ -0,0 +1,7 @@
|
||||
# This file was generated by Aiken
|
||||
# You typically do not need to edit this file
|
||||
|
||||
requirements = []
|
||||
packages = []
|
||||
|
||||
[etags]
|
||||
2
examples/acceptance_tests/093/aiken.toml
Normal file
2
examples/acceptance_tests/093/aiken.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
name = "aiken-lang/acceptance_test_093"
|
||||
version = "0.0.0"
|
||||
10
examples/acceptance_tests/093/lib/foo.ak
Normal file
10
examples/acceptance_tests/093/lib/foo.ak
Normal file
@@ -0,0 +1,10 @@
|
||||
pub fn wow(a: Void) -> Int {
|
||||
when Some(a) is {
|
||||
Some(Void) -> 42
|
||||
None -> 0
|
||||
}
|
||||
}
|
||||
|
||||
test wow_1() {
|
||||
wow(Void) == 42
|
||||
}
|
||||
Reference in New Issue
Block a user