Added test for bugfix, cleaned up repo (issue #35 and #36).

This commit is contained in:
Marvin Blum
2016-02-08 15:09:48 +01:00
parent 28fbbd7e10
commit 944b91c16b
7 changed files with 29 additions and 41 deletions

View File

@@ -0,0 +1,2 @@
format("%1 %2", "value1", "value2"); // must result in format [...];
someFunc("a", "b", "c"); // must result in ... call someFunc;