From d39dd53998eba6deee7a0d1c8f2b063763832043 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 16 Mar 2020 15:45:51 +0100 Subject: [PATCH] string: bring back test_strip_margins --- vlib/builtin/string_test.v | 2 -- 1 file changed, 2 deletions(-) diff --git a/vlib/builtin/string_test.v b/vlib/builtin/string_test.v index 7adaebaa53..6c7afc7213 100644 --- a/vlib/builtin/string_test.v +++ b/vlib/builtin/string_test.v @@ -696,7 +696,6 @@ fn test_split_into_lines() { } } -/* fn test_strip_margins() { no_tabs := 'Hello there This is a string @@ -772,4 +771,3 @@ revert back to default behavior.' |revert back to default behavior.'.strip_margin(`\n`) assert space_delimiter == space_delimiter_stripped } -*/