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:
5
examples/acceptance_tests/033/aiken.lock
Normal file
5
examples/acceptance_tests/033/aiken.lock
Normal file
@@ -0,0 +1,5 @@
|
||||
# This file was generated by Aiken
|
||||
# You typically do not need to edit this file
|
||||
|
||||
requirements = []
|
||||
packages = []
|
||||
2
examples/acceptance_tests/033/aiken.toml
Normal file
2
examples/acceptance_tests/033/aiken.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
name = "aiken-lang/acceptance_test_033"
|
||||
version = "0.0.0"
|
||||
@@ -0,0 +1 @@
|
||||
packages = []
|
||||
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