Code polish

This commit is contained in:
2025-03-25 19:22:44 +01:00
parent 68127fe453
commit d5c08d86f5
3 changed files with 2 additions and 20 deletions

View File

@@ -1325,7 +1325,7 @@ func TestJSONProcessor_Process_SpecialCharacters(t *testing.T) {
"THIS & THAT",
"A < B",
"C > D",
"QUOTE: \"HELLO\""
"QUOTE: \"HELLO\"",
}
for i, val := range data {