From: Wolfgang (Blub) Bumiller Date: Mon, 29 Oct 2012 13:47:11 +0000 (+0100) Subject: Actually use a di-graph in the ngraph test, and replaced the curly braces and the... X-Git-Tag: 0.1-rc1~8 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0ca28070961068728117844fd4b5465ca98c2119;p=xonotic%2Fgmqcc.git Actually use a di-graph in the ngraph test, and replaced the curly braces and the builgin-# sign --- diff --git a/testsuite/ngraphs/main.qc b/testsuite/ngraphs/main.qc index 75cbd75..91e4ab4 100644 --- a/testsuite/ngraphs/main.qc +++ b/testsuite/ngraphs/main.qc @@ -1,6 +1,6 @@ -void(string, string) print = #1; +void(string, string) print = %:1; -void() main = { +void() main = ??< print("??=??'??(??)??!????-??/??/", "??/n"); print("#^[]|{}~\\", "\n"); -}; +%>;