]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/xor.tmpl
Support vector bitor/bitand/bitxor.
[xonotic/gmqcc.git] / tests / xor.tmpl
index 5394f3d62e258b2a84664d08375206be5a04f11e..a08d82487ef5e4105ebb984b38cc39b6328d730c 100644 (file)
@@ -10,4 +10,7 @@ M: assocative
 M: inverse
 M: vv: '6 8 6'
 M: vf: '15 8 15'
+M: vv: '6 8 6'
+M: vf: '15 8 15'
 M: 100:200 swapped is: 200:100
+M: '1 2 3':'4 5 6' swapped is: '4 5 6':'1 2 3'