19 lines
229 B
Plaintext
Raw Normal View History

2025-06-27 02:33:44 +01:00
str substring 1..
| ansi strip
# User defined one
export def "foo bar" [] {
# inside a block
(
# same line
"🤔🤖🐘" | str substring 1.. | ansi strip
)
}
foo bar
overlay use foo
use std/assert
assert equal