mirror of
https://github.com/nushell/nushell.git
synced 2025-04-24 21:28:20 +02:00
# Description Adds version info to the Startup Banner # User-Facing Changes ## Before  ## After  # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` - # After Submitting N/A
8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
use std/assert
|
|
|
|
#[test]
|
|
def banner [] {
|
|
use std/core
|
|
assert ((core banner | lines | length) == 16)
|
|
}
|