Add new acceptance test scenario 023

```
  Error:
    × Main thread panicked.
    ├─▶ at crates/lang/src/uplc.rs:2830:32
    ╰─▶ called `Option::unwrap()` on a `None` value
  ```
This commit is contained in:
KtorZ
2022-12-19 18:51:44 +01:00
parent 43ff66cd01
commit dbd3d3fd7d
2 changed files with 47 additions and 0 deletions

View File

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