]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - misc/source/gmqcc-src/tests/truth-flags-2-s.tmpl
3de75ebf0777e7d7a8f77ffd9be0fd3f4c68b3fe
[voretournament/voretournament.git] / misc / source / gmqcc-src / tests / truth-flags-2-s.tmpl
1 I: truth-flags-2.qc
2 D: logic flags
3 T: -execute
4 C: -std=fteqcc -fshort-logic -ftrue-empty-strings
5 M:                  ! & | i N
6 M: 'str', 'str' -> 0 1 1 1 0
7 M: 'str', ''    -> 0 1 1 1 0
8 M: 'str', 0     -> 0 0 1 1 0
9 M: '',    'str' -> 0 1 1 1 0
10 M: '',    ''    -> 0 1 1 1 0
11 M: '',    0     -> 0 0 1 1 0
12 M: 0,     'str' -> 1 0 1 0 1
13 M: 0,     ''    -> 1 0 1 0 1
14 M: 0,     0     -> 1 0 0 0 1