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:
parent
5ae04dca84
commit
d39dd53998
@ -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
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user