string: bring back test_strip_margins

pull/4042/head
Alexander Medvednikov 2020-03-16 15:45:51 +01:00
parent 5ae04dca84
commit d39dd53998
1 changed files with 0 additions and 2 deletions

View File

@ -696,7 +696,6 @@ fn test_split_into_lines() {
} }
} }
/*
fn test_strip_margins() { fn test_strip_margins() {
no_tabs := 'Hello there no_tabs := 'Hello there
This is a string This is a string
@ -772,4 +771,3 @@ revert back to default behavior.'
|revert back to default behavior.'.strip_margin(`\n`) |revert back to default behavior.'.strip_margin(`\n`)
assert space_delimiter == space_delimiter_stripped assert space_delimiter == space_delimiter_stripped
} }
*/