]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/correct-vs-short-2.tmpl
add another test that we just didn't have anywhere else yet
[xonotic/gmqcc.git] / tests / correct-vs-short-2.tmpl
1 I: correct-vs-short.qc
2 D: correct-logic vs short-logic without perl-logic
3 T: -execute
4 C: -std=fteqcc -fcorrect-logic
5 M: X               & | B
6 M: 0 0 0, 0 0 0 :: 0 0 0
7 M: 0 0 0, 5 0 0 :: 0 2 1
8 M: 5 0 0, 0 0 0 :: 0 2 1
9 M: 5 0 0, 5 0 0 :: 2 2 2
10 M: Y               & | B
11 M: 0 0 0, 0 0 0 :: 0 0 0
12 M: 0 0 0, 0 5 0 :: 0 2 1
13 M: 0 5 0, 0 0 0 :: 0 2 1
14 M: 0 5 0, 0 5 0 :: 2 2 2