From ff3b6e12ef85595a4f0c41ab361a8b806c0ac893 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 17 Sep 2020 09:48:18 +0800 Subject: add test cases. --- spec/inputs/syntax.moon | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'spec') diff --git a/spec/inputs/syntax.moon b/spec/inputs/syntax.moon index 32d480e..af72f73 100644 --- a/spec/inputs/syntax.moon +++ b/spec/inputs/syntax.moon @@ -246,6 +246,14 @@ another hello, one, okay: yeah fine: alright +another hello, one, + two, three, four, + yeah: man, okay: yeah + * fine: alright, + okay: 1 + * fine: alright, + okay: 2 + another hello, one, two, three, four, yeah: man okay: yeah @@ -253,6 +261,12 @@ another hello, one, two, three, four, another hello, one, two, three, four, yeah: man okay: yeah +ajax url, + (data) -> + process data, + (error) -> + print error + -- a += 3 - 5 a *= 3 + 5 -- cgit v1.2.3-55-g6feb