From 8c4c6a53ec7c666b5834e36c60231dae189dc13c Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Wed, 24 Jan 2024 09:46:27 +0100 Subject: [PATCH] expand: make tab explicit in test --- tests/by-util/test_expand.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_expand.rs b/tests/by-util/test_expand.rs index c420f5ad5..95f34971c 100644 --- a/tests/by-util/test_expand.rs +++ b/tests/by-util/test_expand.rs @@ -403,7 +403,7 @@ fn test_args_override() { // * indentation uses characters int main() { // * next line has both a leading & trailing tab - // with tabs=> + // with tabs=>\t return 0; } ",