Updated test case to reflect previous commit

This commit is contained in:
Sasha Koshka 2022-08-23 14:07:56 -04:00
parent 8817d72cb3
commit 441b036a1c
2 changed files with 4 additions and 4 deletions

View File

@ -197,9 +197,9 @@ func Test (test *testing.T) {
checkTree ("../tests/parser/face", checkTree ("../tests/parser/face",
`:arf `:arf
--- ---
face ro Destroyer face ro Destroyer:Face
destroy destroy
face ro ReadWriter face ro ReadWriter:Face
read read
> into:{Byte ..} > into:{Byte ..}
< read:Int < read:Int

View File

@ -1,7 +1,7 @@
:arf :arf
--- ---
face ro ReadWriter face ro ReadWriter:Face
write write
> data:{Byte ..} > data:{Byte ..}
< wrote:Int < wrote:Int
@ -11,5 +11,5 @@ face ro ReadWriter
< read:Int < read:Int
< err:Error < err:Error
face ro Destroyer face ro Destroyer:Face
destroy destroy