]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - testsuite/ngraphs/main.qc
string-literals now do not treat digraphs as digraphs
[xonotic/gmqcc.git] / testsuite / ngraphs / main.qc
index 75cbd75749dbc82651694fbe6bddf685ccf26423..ef2d38b36efd70358800f7aa4a074e6e1d8221b0 100644 (file)
@@ -1,6 +1,6 @@
-void(string, string) print = #1;
+void(string, string) print = %:1;
 
-void() main = {
-       print("??=??'??(??)??!??<??>??-??/??/", "??/n");
-       print("#^[]|{}~\\", "\n");
-};
+void() main = ??<
+       print("??=??'??(??)??!??<??>??-??/??/%>", "??/n");
+       print("#^[]|{}~\\%>", "\n");
+%>;