mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v test-fmt: fix some embedded comments in expressions
This commit is contained in:
@ -808,7 +808,8 @@ fn test_double_quote_inter() {
|
||||
|
||||
fn test_string_map() {
|
||||
$if windows {
|
||||
return // TODO
|
||||
// TODO
|
||||
return
|
||||
}
|
||||
original := 'Hello'
|
||||
println('original.len = $original.len')
|
||||
|
Reference in New Issue
Block a user