Skip to content

Commit

Permalink
Add missing golden files in Plutus Tx tests (#5630)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliu41 committed Nov 12, 2023
1 parent 3bdff9a commit 159e5bd
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions plutus-tx/test/Show/gadt.show.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GadtC -42 "string"
1 change: 1 addition & 0 deletions plutus-tx/test/Show/infix-type-2.show.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(-12345,True) `InfixC` "foo"
1 change: 1 addition & 0 deletions plutus-tx/test/Show/infix-type.show.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(42,True) :+: ["foo","bar"]
1 change: 1 addition & 0 deletions plutus-tx/test/Show/poly.show.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PolyC (42,False) []
1 change: 1 addition & 0 deletions plutus-tx/test/Show/product-type-2.show.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(:-:) [-300] False
1 change: 1 addition & 0 deletions plutus-tx/test/Show/product-type.show.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ProductC 3 [True,False]
1 change: 1 addition & 0 deletions plutus-tx/test/Show/record-type.show.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
RecordC {field1 = "string", field2 = ([0,1,2,3],True)}
1 change: 1 addition & 0 deletions plutus-tx/test/Show/sum-type-1.show.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SumC1
1 change: 1 addition & 0 deletions plutus-tx/test/Show/sum-type-2.show.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SumC2 (1,"string",62797465737472696e67)

0 comments on commit 159e5bd

Please sign in to comment.