Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Commit e4c1a2a

Browse files
committed
chore: update conformance tests
1 parent 246a525 commit e4c1a2a

432 files changed

Lines changed: 1563 additions & 74 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
(program 1.1.0 (con (array integer) []))
2+

crates/uplc/tests/conformance/term/constr/constr-1/constr-1.uplc.budget.expected renamed to crates/uplc/tests/conformance/builtin/constant/array/emptyArray/emptyArray.uplc.budget.expected

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(program 1.1.0 (con (array integer) []))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
(program 1.1.0 (con (array bool) [5])
2+
)

crates/uplc/tests/conformance/term/case/case-7/case-7.uplc.budget.expected renamed to crates/uplc/tests/conformance/builtin/constant/array/illTypedArray-01/illTypedArray-01.uplc.budget.expected

File renamed without changes.

crates/uplc/tests/conformance/term/case/case-7/case-7.uplc.expected renamed to crates/uplc/tests/conformance/builtin/constant/array/illTypedArray-01/illTypedArray-01.uplc.expected

File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
(program 1.1.0 (con (array bool) [(lam x (lam y x))])
2+
)

crates/uplc/tests/conformance/term/constr/constr-6/constr-6.uplc.budget.expected renamed to crates/uplc/tests/conformance/builtin/constant/array/illTypedArray-02/illTypedArray-02.uplc.budget.expected

File renamed without changes.

crates/uplc/tests/conformance/term/constr/constr-6/constr-6.uplc.expected renamed to crates/uplc/tests/conformance/builtin/constant/array/illTypedArray-02/illTypedArray-02.uplc.expected

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(program 1.1.0 (con (array bool) [True, False, True]))

0 commit comments

Comments
 (0)