From 0ed86c76239d4f2904ea4ae1a77902a9e0db2a6d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Dec 2016 12:07:18 +0200 Subject: Move old tests to old-tests/ --- tests/keyword/buildfile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tests/keyword/buildfile (limited to 'tests/keyword/buildfile') diff --git a/tests/keyword/buildfile b/tests/keyword/buildfile deleted file mode 100644 index cd91d33..0000000 --- a/tests/keyword/buildfile +++ /dev/null @@ -1,23 +0,0 @@ -# Quoting. -# -"print" = a -'print' += b -pr"int" += c -print'' += d - -# Not = or +=. -# -print += e - -print $print - -# ( -# -print(test) - -# Separated. -# -define print: file -print{foo}: - -./: -- cgit v1.1