Files
wren/test/number/bitwise_xor_operand_not_num.wren
T
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

2 lines
67 B
Plaintext

1 ^ false // expect runtime error: Right operand must be a number.