From c745e7efb7e6a0c9f3f4e18ef5dc4fcdc6657015 Mon Sep 17 00:00:00 2001 From: Kai Xu Date: Mon, 4 Sep 2023 16:16:28 -0400 Subject: [PATCH] test: update test for #244 --- test/ast/ast.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ast/ast.jl b/test/ast/ast.jl index 53c01011..86be4361 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