string: disable strip_margins test for now

pull/4034/head
Alexander Medvednikov 2020-03-15 23:21:26 +01:00
parent c546e88577
commit 98fc9ab65b
1 changed files with 3 additions and 1 deletions

View File

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