From: Dale Weiler Date: Tue, 27 Aug 2013 10:39:51 +0000 (-0400) Subject: Forgot this one X-Git-Tag: 0.3.5~134 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=28cd3a3f8f86cd0bdcd473b079cd8bc7252dd7a8 Forgot this one --- diff --git a/tests/xor.qc b/tests/xor.qc index df6900d..fc3a4b5 100644 --- a/tests/xor.qc +++ b/tests/xor.qc @@ -73,4 +73,5 @@ void main() { print(vtos('1 2 3' ^ f('3 2 1') ^ 3), "\n"); print(vtos('1 2 3' ^ 6 ^ 3), "\n"); print(vtos('1 2 3' ^ 6 ^ f('1 1 1')), "\n"); + print(vtos('1 2 3' ^ 5), "\n"); } diff --git a/tests/xor.tmpl b/tests/xor.tmpl index 1c59af8..b009afc 100644 --- a/tests/xor.tmpl +++ b/tests/xor.tmpl @@ -18,3 +18,4 @@ M: '4 7 6' M: '4 7 6' M: '4 7 6' M: '4 7 6' +M: '4 7 6'