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.
2 lines
67 B
Plaintext
2 lines
67 B
Plaintext
1 ^ false // expect runtime error: Right operand must be a number.
|