1 2 3 4 5 6 7 8
use std/testing * use std/assert @test def banner [] { use std/prelude assert ((prelude banner | lines | length) == 16) }