From da802480168d2198d356836348b4e5a4ce31a1c9 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Tue, 10 Apr 2012 04:20:27 -0400 Subject: [PATCH] More test files --- test/if.qc | 5 +++++ test/parth.qc | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 test/if.qc create mode 100644 test/parth.qc diff --git a/test/if.qc b/test/if.qc new file mode 100644 index 0000000..43d8e79 --- /dev/null +++ b/test/if.qc @@ -0,0 +1,5 @@ +float test_if() { + if (1 == 1) { + /* do this code */ + } +} diff --git a/test/parth.qc b/test/parth.qc new file mode 100644 index 0000000..d9c1e59 --- /dev/null +++ b/test/parth.qc @@ -0,0 +1,16 @@ +( +( +( +) +) +) +( +( +) +) +( +) +( +) +( +) -- 2.39.2