fix test issues

This commit is contained in:
Chris Wanstrath 2025-11-06 21:26:37 -08:00
parent 8299022b4f
commit b7a65e07dc
2 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ describe('pipe expressions', () => {
test('pipe with prelude function (echo)', () => {
expect(`
get-msg = do: 'hello' end
get-msg | echo
`).toEvaluateTo(null)
get-msg | length
`).toEvaluateTo(5)
})
})

View File

@ -83,7 +83,7 @@ end
test('custom tags', () => {
expect(`
list = tag ul class=list
list = tag ul class='list'
ribbit:
list:
li border-bottom='1px solid black' one