]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Actually use a di-graph in the ngraph test, and replaced the curly braces and the...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Mon, 29 Oct 2012 13:47:11 +0000 (14:47 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Mon, 29 Oct 2012 13:47:11 +0000 (14:47 +0100)
testsuite/ngraphs/main.qc

index 75cbd75749dbc82651694fbe6bddf685ccf26423..91e4ab40928b14a9e5f8b571884bb27632eea7b8 100644 (file)
@@ -1,6 +1,6 @@
-void(string, string) print = #1;
+void(string, string) print = %:1;
 
-void() main = {
+void() main = ??<
        print("??=??'??(??)??!??<??>??-??/??/", "??/n");
        print("#^[]|{}~\\", "\n");
-};
+%>;