mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
another vfmt2 fix
This commit is contained in:
parent
f657c4b514
commit
30f306dc1a
@ -5,9 +5,9 @@ fn main() {
|
|||||||
i := 123
|
i := 123
|
||||||
a := 'abc'
|
a := 'abc'
|
||||||
b := 'xyz'
|
b := 'xyz'
|
||||||
c := 'a: $a b: $b i: $i'
|
e := 'a: $a b: $b i: $i'
|
||||||
d := 'a: ${a:5s} b: ${b:-5s} i: ${i:20d}'
|
d := 'a: ${a:5s} b: ${b:-5s} i: ${i:20d}'
|
||||||
println('a: $a $b xxx')
|
println('a: $a $b xxx')
|
||||||
eprintln('c: $c .')
|
eprintln('e: $e')
|
||||||
println(d)
|
println(d)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user