From 5b3066a76be48bf1da2b20010063cbbafaca9dd7 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Mon, 2 Jun 2014 08:55:30 -0400 Subject: [PATCH] tests: update test_parser ; no more column numbered 0 Signed-off-by: Jean Privat --- tests/sav/test_parser_args7.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/sav/test_parser_args7.res b/tests/sav/test_parser_args7.res index dc855e5..10b0795 100644 --- a/tests/sav/test_parser_args7.res +++ b/tests/sav/test_parser_args7.res @@ -1,6 +1,6 @@ --> ADecIntExpr 1,1 TNumber "1" 1,1 ---> ABlockExpr 1,1--0 +--> ABlockExpr 1,1--11 ACallExpr 1,1--11 AImplicitSelfExpr 1,1 TId "hello" 1,1--5 @@ -11,7 +11,7 @@ AListExprs 1,11 --> AStringExpr 1,1--13 TString "\"hello world\"" 1,1--13 ---> ABlockExpr 1,1--0 +--> ABlockExpr 1,1--15 AForExpr 1,1--15 TKwfor "for" 1,1--3 TId "i" 1,5 @@ -36,7 +36,7 @@ AImplicitSelfExpr 1,12 TId "z" 1,12 AListExprs 1,12 ---> ... ... ABlockExpr 1,1--0 +--> ... ... ABlockExpr 1,1--3,3 AForExpr 1,1--3,3 TKwfor "for" 1,1--3 TId "i" 1,5 -- 1.7.9.5