From: Jean Privat Date: Sat, 10 May 2014 01:01:34 +0000 (-0400) Subject: tests: update test_markdown and test_parser X-Git-Tag: v0.6.6~73^2 X-Git-Url: http://nitlanguage.org tests: update test_markdown and test_parser Signed-off-by: Jean Privat --- diff --git a/tests/sav/test_markdown_args1.res b/tests/sav/test_markdown_args1.res index b6f1b43..ae5bfb0 100644 --- a/tests/sav/test_markdown_args1.res +++ b/tests/sav/test_markdown_args1.res @@ -55,12 +55,7 @@ same paragraph

Other paragraph with some block -some -block

a first example

assert 1 + 1 == 2
-assert 1 + 1 == 2
 

and a last example to illustrate the to_s method on A.

var a = new A
 assert a.to_s == "A"
-var a = new A
-assert a.to_s == "A"
 
\ No newline at end of file diff --git a/tests/sav/test_parser_args7.res b/tests/sav/test_parser_args7.res index 16b4a6c..dc855e5 100644 --- a/tests/sav/test_parser_args7.res +++ b/tests/sav/test_parser_args7.res @@ -9,7 +9,6 @@ AImplicitSelfExpr 1,7 TId "world" 1,7--11 AListExprs 1,11 - TKwend "" 1,1--0 --> AStringExpr 1,1--13 TString "\"hello world\"" 1,1--13 --> ABlockExpr 1,1--0 @@ -25,7 +24,6 @@ AImplicitSelfExpr 1,15 TId "p" 1,15 AListExprs 1,15 - TKwend "" 1,1--0 --> AModule 1,1--12 ATopClassdef 1,1--12 AConcreteMethPropdef 1,1--12 @@ -53,7 +51,6 @@ TId "p" 2,1 AListExprs 2,1 TKwend "end" 3,1--3 - TKwend "" 1,1--0 --> ... ... ... ... AModule 1,1--5,3 ATopClassdef 1,1--5,3 AConcreteMethPropdef 1,1--5,3