Add new acceptance test scenario (008)

```
  Error:
    × Main thread panicked.
    ├─▶ at crates/lang/src/uplc.rs:530:41
    ╰─▶ not yet implemented
    help: set the `RUST_BACKTRACE=1` environment variable to display a backtrace.
  ```
This commit is contained in:
KtorZ
2022-12-13 14:39:36 +01:00
parent 022fc36dd2
commit adf34e9dc6
2 changed files with 23 additions and 0 deletions

View File

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