X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/test_highlight_args1.res b/tests/sav/test_highlight_args1.res index e6ac401..8faceb9 100644 --- a/tests/sav/test_highlight_args1.res +++ b/tests/sav/test_highlight_args1.res @@ -53,8 +53,8 @@
	var val: Int

base_simple3$B$val=

	var val: Int
-

base_simple3$B$init

-
	init(v: Int)
+

base_simple3$B$autoinit

+
	init(v: Int)
 	do
 		7.output
 		self.val = v
@@ -85,13 +85,13 @@
 bar(3)
 baz.output
 
-var a = new A
+var a = new A
 a.run
 
-var b = new B(8)
+var b = new B(8)
 b.run
 
-var c = new C(9)
+var c = new C(9)
 c.val1.output
 c.val2.output

AST node: AModule at base_simple3.nit:17,1--66,13

@@ -114,7 +114,7 @@
class B var val: Int - init(v: Int) + init(v: Int) do 7.output self.val = v @@ -136,13 +136,13 @@ bar(3) baz.output -var a = new A +var a = new A a.run -var b = new B(8) +var b = new B(8) b.run -var c = new C(9) +var c = new C(9) c.val1.output c.val2.output

AST node: ANoImport at base_simple3.nit:17,1--10

@@ -192,4 +192,7 @@
class

AST node: TKwinit at base_simple3.nit:30,2--5

	init
-

AST node: TKwdo at base***TRUNCATED*** +

AST node: TKwdo at base_simple3.nit:30,7--8

+
 do
+

AST node: ACallExpr at base_simple3.nit:30,10--17

+
 5