Fixed typo in test
This commit is contained in:
parent
ae051b5d53
commit
350da49185
@ -287,7 +287,7 @@ $lessons = [
|
|||||||
test that ((type of $b) is "a Buffer")
|
test that ((type of $b) is "a Buffer")
|
||||||
$b, add "xx"
|
$b, add "xx"
|
||||||
$b, add "yyy"
|
$b, add "yyy"
|
||||||
test that (($b, as text) == "xxyy")
|
test that (($b, as text) == "xxyyy")
|
||||||
test that (($b, length) == 5)
|
test that (($b, length) == 5)
|
||||||
|
|
||||||
### You can define a thing that inherits the behaviors of another thing like this:
|
### You can define a thing that inherits the behaviors of another thing like this:
|
||||||
|
Loading…
Reference in New Issue
Block a user