Add another acceptance test (f)
```
Error:
× Main thread panicked.
├─▶ at crates/lang/src/uplc.rs:4043:46
╰─▶ not yet implemented
help: set the `RUST_BACKTRACE=1` environment variable to display a backtrace.
```
This commit is contained in:
2
examples/tests/f/aiken.toml
Normal file
2
examples/tests/f/aiken.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
name = "test_f"
|
||||
version = "0.0.0"
|
||||
3
examples/tests/f/lib/main.ak
Normal file
3
examples/tests/f/lib/main.ak
Normal file
@@ -0,0 +1,3 @@
|
||||
test foo() {
|
||||
(1, []) == (1, [])
|
||||
}
|
||||
Reference in New Issue
Block a user