mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-17 20:10:55 +02:00
swapped github.com/go-ozzo/ozzo-validation with github.com/pocketbase/ozzo-validation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user