Retoor software development Projects Research SearchXNG
Register Sign In

2 lines
67 B
Plaintext
Raw Normal View History

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 11:30:15 +01:00
1 ^ false // expect runtime error: Right operand must be a number.
Reference in New Issue Copy Permalink
1dfdcb05a7
wren/test/number/bitwise_xor_operand_not_num.wren
Response time: 36ms
Mail Licenses API