From 5271876196ba3b6f1565c280dbd6222d82e70ee2 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sat, 20 Aug 2022 13:46:10 -0400 Subject: [PATCH] Changed data in object test to use objt keyword instead of type --- parser/parser_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parser/parser_test.go b/parser/parser_test.go index 9fadd07..5d38cc9 100644 --- a/parser/parser_test.go +++ b/parser/parser_test.go @@ -127,10 +127,10 @@ func TestObjt (test *testing.T) { checkTree ("../tests/parser/objt", `:arf --- -type ro Basic:Obj +objt ro Basic:Obj ro that:Basic ro this:Basic -type ro ComplexInit:Obj +objt ro ComplexInit:Obj ro basic:Int 87 ro complex0:Bird .that 98 @@ -142,7 +142,7 @@ type ro ComplexInit:Obj 230984 849 394580 -type ro Init:Obj +objt ro Init:Obj ro that:String "hello world" ro this:Int `, test)