mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
86e7d95b9c
First evaluate sub-expressions between parentheses. Before the fix: >> 1 && (0 || 0) == [1] After the fix: >> 1 && (0 || 0) == [0]