diff --git a/test/ast/ast.jl b/test/ast/ast.jl index 53c0101..86be436 100644 --- a/test/ast/ast.jl +++ b/test/ast/ast.jl @@ -42,7 +42,7 @@ leaf = LeafCommand(; ) @test_show MIME"text/plain" begin - " leaf [options] [flags]" in leaf + " leaf [flags]" in leaf "Args\n\n" in leaf " " in leaf "Flags\n\n" in leaf