1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

string: bring back test_strip_margins

This commit is contained in:
Alexander Medvednikov 2020-03-16 15:45:51 +01:00
parent 5ae04dca84
commit d39dd53998

View File

@ -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
}
*/