Add tests

This commit is contained in:
ge
2026-05-02 05:45:10 +03:00
parent b423c161af
commit 9d9c5a48b1
2 changed files with 36 additions and 0 deletions
+1
View File
@@ -431,6 +431,7 @@ pub fn (mut h TextHandler) handle(rec Record) ! {
}
}
}
if i + 1 != rec.fields.len {
if i in [0, 1] {
buf.write_byte(` `)