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:
KtorZ 2022-12-13 13:48:24 +01:00
parent 603f4a6385
commit b294063097
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
name = "test_f"
version = "0.0.0"

View File

@ -0,0 +1,3 @@
test foo() {
(1, []) == (1, [])
}