]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/truth-flags-3.tmpl
tests: add check for vector negation
[xonotic/gmqcc.git] / tests / truth-flags-3.tmpl
index f166ddaaeb4538b1183a4bab194b00f758eff5e2..a70f38da5b0a1cb5235225e2cabb94019d7f9cdb 100644 (file)
@@ -2,7 +2,7 @@ I: truth-flags-2.qc
 D: logic flags
 T: -execute
 C: -std=fteqcc -ffalse-empty-strings
-M:                  ! & | i N
+M:                 ! & | i N
 M: 'str', 'str' -> 0 1 1 1 0
 M: 'str', ''    -> 0 0 1 1 0
 M: 'str', 0     -> 0 0 1 1 0