Retoor software development Projects Research SearchXNG
Register Sign In

2 lines
68 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
fdcd1fdf03
wren/test/number/bitwise_lsh_operand_not_num.wren
Response time: 71ms
Mail Licenses API