mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: change single blank comment to blank line (#22016)
This commit is contained in:
parent
793b66d8d5
commit
19f080ffb8
147 changed files with 319 additions and 339 deletions
|
@ -28,7 +28,7 @@ fn test_sb() {
|
|||
assert res[res.len - 1] == `\n`
|
||||
println('"${res}"')
|
||||
assert res.trim_space() == 'x = 10 y = 20'
|
||||
//
|
||||
|
||||
sb = strings.new_builder(10)
|
||||
sb.write_string('x = ${x} y = ${y}')
|
||||
assert sb.str() == 'x = 10 y = 20'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue