X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=blobdiff_plain;f=misc%2Fsource%2Fgmqcc-src%2Ftests%2Ftruth-flags-2-s.tmpl;fp=misc%2Fsource%2Fgmqcc-src%2Ftests%2Ftruth-flags-2-s.tmpl;h=3de75ebf0777e7d7a8f77ffd9be0fd3f4c68b3fe;hp=0000000000000000000000000000000000000000;hb=f345f0f6d2962633e2e3a560b044ab1b91a8f937;hpb=b2df32d96df3e954d54f6e4b9bbb6c98d77ef507 diff --git a/misc/source/gmqcc-src/tests/truth-flags-2-s.tmpl b/misc/source/gmqcc-src/tests/truth-flags-2-s.tmpl new file mode 100644 index 00000000..3de75ebf --- /dev/null +++ b/misc/source/gmqcc-src/tests/truth-flags-2-s.tmpl @@ -0,0 +1,14 @@ +I: truth-flags-2.qc +D: logic flags +T: -execute +C: -std=fteqcc -fshort-logic -ftrue-empty-strings +M: ! & | i N +M: 'str', 'str' -> 0 1 1 1 0 +M: 'str', '' -> 0 1 1 1 0 +M: 'str', 0 -> 0 0 1 1 0 +M: '', 'str' -> 0 1 1 1 0 +M: '', '' -> 0 1 1 1 0 +M: '', 0 -> 0 0 1 1 0 +M: 0, 'str' -> 1 0 1 0 1 +M: 0, '' -> 1 0 1 0 1 +M: 0, 0 -> 1 0 0 0 1