Commit Graph

1 Commits

Author SHA1 Message Date
Marco Lizza
ef891e8da9 feat: add bitwise left shift, right shift, and xor operand tests
Add comprehensive test files for bitwise lsh, rsh, and xor operations
covering basic cases, max u32 boundary, past max u32 wrap, and operand
type error checks for non-numeric right operands.
2015-02-16 10:30:15 +00:00