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:
parent
603f4a6385
commit
b294063097
|
@ -0,0 +1,2 @@
|
|||
name = "test_f"
|
||||
version = "0.0.0"
|
|
@ -0,0 +1,3 @@
|
|||
test foo() {
|
||||
(1, []) == (1, [])
|
||||
}
|
Loading…
Reference in New Issue