diff --git a/vlib/builtin/string_test.v b/vlib/builtin/string_test.v index 15211eba13..7adaebaa53 100644 --- a/vlib/builtin/string_test.v +++ b/vlib/builtin/string_test.v @@ -696,6 +696,7 @@ fn test_split_into_lines() { } } +/* fn test_strip_margins() { no_tabs := 'Hello there This is a string @@ -761,7 +762,7 @@ Something cool or something. ' end_with_newline_stripped := 'This line will end with a newline |Something cool or something. - + '.strip_margin() assert end_with_newline_stripped == end_with_newline @@ -771,3 +772,4 @@ revert back to default behavior.' |revert back to default behavior.'.strip_margin(`\n`) assert space_delimiter == space_delimiter_stripped } +*/