Skip to content

Commit

Permalink
Add test.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed May 16, 2024
1 parent 86acb04 commit 8c7d539
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ctest/external-messaging3-toit-run-input.toit
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ main:
"foobar" * 1000,
"foo"[3..],
"foobar"[3..],
("foobar" * 1000)[1..],
]
strings.do: | str/string |
response/ByteArray := client.request 0 str
expect-equals (str.size + 1) response.size
expect-equals 0 response.last

0 comments on commit 8c7d539

Please sign in to comment.