fix test issues

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

View File

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

View File

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