nushell-plugins/nushell/tests/fixtures/lsp/semantic_tokens/internals.nu
2025-06-27 02:33:44 +01:00

18 lines
229 B
Text

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