From a8e12afc76125fd7931e08d56d17c7b40c6e2065 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sat, 4 May 2013 01:04:02 +0300 Subject: test-runner for caas multi-step tests --- tests/caas/main.nim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/caas/main.nim (limited to 'tests/caas/main.nim') diff --git a/tests/caas/main.nim b/tests/caas/main.nim new file mode 100644 index 000000000..fafeff93b --- /dev/null +++ b/tests/caas/main.nim @@ -0,0 +1,7 @@ +import imported, strutils + +proc main = + var t1 = "text" + var t2 = t1.toUpper + echo(t1 +++ t2) + -- cgit 1.4.1-2-gfad0