{ curly strings } #27

Closed
defunkt wants to merge 6 commits from curly-strings into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit b7a65e07dc - Show all commits

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