swapped github.com/go-ozzo/ozzo-validation with github.com/pocketbase/ozzo-validation

This commit is contained in:
Gani Georgiev
2026-07-15 13:49:34 +03:00
parent 30b4184305
commit 9afeb0c95e
61 changed files with 98 additions and 91 deletions
+2 -2
View File
@@ -159,8 +159,8 @@ func TestScanAll(t *testing.T) {
},
},
{
name: "keep separators",
content: `a, b, c, d e, "a,b, c ", (123, 456)`,
name: "keep separators",
content: `a, b, c, d e, "a,b, c ", (123, 456)`,
separators: []rune{',', ' '}, // the space should be removed from the cutset
keepSeparator: true,
keepEmptyTokens: true,