Skip to content

Commit

Permalink
Conformance cases for complementByteString (IntersectMBO#6359)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozross authored and v0d1ch committed Dec 6, 2024
1 parent 49ad200 commit 3eb2726
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ (builtin complementByteString) (con bytestring #) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 156658
| mem: 401})
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 complementByteString) (con bytestring #0f) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 156658
| mem: 401})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #f0))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ (builtin complementByteString) (con bytestring #b00b) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 156658
| mem: 401})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #4ff4))

0 comments on commit 3eb2726

Please sign in to comment.