diff options
| author | ruki <[email protected]> | 2026-04-18 22:08:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-04-20 09:35:37 +0800 |
| commit | ad3d0090c4b6184157321a01e814be622b37edd7 (patch) | |
| tree | 6119f6310bce7b00ac0fda219d508de049687490 /tests/plugins/show/test.lua | |
| parent | 1f673c158867dffbf4edb78909fa87fbb02fc2e5 (diff) | |
improve show output
Diffstat (limited to 'tests/plugins/show/test.lua')
| -rw-r--r-- | tests/plugins/show/test.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/show/test.lua b/tests/plugins/show/test.lua index cac268c96..4152338f3 100644 --- a/tests/plugins/show/test.lua +++ b/tests/plugins/show/test.lua @@ -35,8 +35,8 @@ function test_depgraph_tree(t) t:require(outdata:find("app", 1, true)) t:require(outdata:find("core", 1, true)) t:require(outdata:find("ui", 1, true)) - t:require(outdata:find("├── ", 1, true) or outdata:find("+-- ", 1, true)) - t:require(outdata:find("└── ", 1, true) or outdata:find("\\-- ", 1, true)) + t:require(outdata:find("|-- ", 1, true)) + t:require(outdata:find("\\-- ", 1, true)) end function test_depgraph_dot(t) |
