face-section #7

Merged
sashakoshka merged 12 commits from face-section into main 2022-08-24 04:57:15 +00:00
1 changed files with 18 additions and 0 deletions
Showing only changes of commit 944fc8514e - Show all commits

View File

@ -192,3 +192,21 @@ enum ro Weekday:Int
wednesday
`, test)
}
func Test (test *testing.T) {
checkTree ("../tests/parser/face",
`:arf
---
face ro Destroyer
destroy
face ro ReadWriter
read
> into:{Byte ..}
< read:Int
< err:Error
write
> data:{Byte ..}
< wrote:Int
< err:Error
`, test)
}