Add new acceptance test scenario 033
```
Error:
× Main thread panicked.
├─▶ at crates/lang/src/uplc.rs:523:17
╰─▶ not yet implemented: Tuple indexing not implementing yet
```
This commit is contained in:
4
examples/acceptance_tests/033/lib/test.ak
Normal file
4
examples/acceptance_tests/033/lib/test.ak
Normal file
@@ -0,0 +1,4 @@
|
||||
test tuple_1() {
|
||||
let coordinates = #(14, 42)
|
||||
coordinates.1st == 14 && coordinates.2nd == 42
|
||||
}
|
||||
Reference in New Issue
Block a user