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

cgen/fmt: fix assign_stmt fix & cgen test & hash tests & fmt

This commit is contained in:
Joe Conigliaro
2020-03-11 11:31:24 +11:00
parent 630913d872
commit 083964522b
9 changed files with 29 additions and 20 deletions

View File

@@ -42,8 +42,8 @@ pub fn (b mut Builder) write(s string) {
pub fn (b mut Builder) go_back(n int) {
b.buf.trim(b.buf.len-n)
//b.len -= n
}
b.len -= n
}
pub fn (b mut Builder) writeln(s string) {
// for c in s {