Skip to content

Commit

Permalink
Conformance for shiftByteString (#6363)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozross authored Aug 6, 2024
1 parent 922c9c1 commit 0b6a695
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ [ (builtin shiftByteString) (con bytestring #) ] (con integer 3) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 247561
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ [ (builtin shiftByteString) (con bytestring #) ] (con integer -3) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 247561
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ [ (builtin shiftByteString) (con bytestring #ebfc) ] (con integer 5) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 247561
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #7f80))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ [ (builtin shiftByteString) (con bytestring #ebfc) ] (con integer -5) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 247561
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #075f))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ [ (builtin shiftByteString) (con bytestring #ebfc) ] (con integer 16) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 247561
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #0000))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ [ (builtin shiftByteString) (con bytestring #ebfc) ] (con integer -16) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 247561
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #0000))

0 comments on commit 0b6a695

Please sign in to comment.