X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/test_highlight_args1.res b/tests/sav/test_highlight_args1.res index c9cc4e2..0253287 100644 --- a/tests/sav/test_highlight_args1.res +++ b/tests/sav/test_highlight_args1.res @@ -52,9 +52,9 @@

base_simple3$B$val

	var val: Int

base_simple3$B$val=

-
	var val: Int
-

base_simple3$B$init

-
	init(v: Int)
+
	var val: 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

@@ -113,8 +113,8 @@
end
class B - var val: Int - init(v: Int) + var val: 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

@@ -184,4 +184,15 @@
 is

AST node: AAnnotation at base_simple3.nit:26,16--21

 intern
-

AST node: AIdAtid at bas***TRUNCATED*** +

AST node: AIdAtid at base_simple3.nit:26,16--21

+
 intern
+

AST node: AConcreteClasskind at base_simple3.nit:29,1--5

+
class
+

AST node: TKwclass at base_simple3.nit:29,1--5

+
class
+

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

+
	init
+

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

+
 do
+

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

+
 5