From 0ca28070961068728117844fd4b5465ca98c2119 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Mon, 29 Oct 2012 14:47:11 +0100 Subject: [PATCH] Actually use a di-graph in the ngraph test, and replaced the curly braces and the builgin-# sign --- testsuite/ngraphs/main.qc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"); -}; +%>; -- 2.39.2