dont attempt to deserialize bracketed strings as arrays if they contain more brackets

This commit is contained in:
Robin Appelman 2026-01-03 16:05:51 +01:00
commit 842cf2407c
7 changed files with 22 additions and 4 deletions

View file

@ -15,8 +15,10 @@ expression: parsed
"2",
"3",
],
"bracket_string": "[{]",
"empty": "",
"empty quoted": "\"\"",
"ignored_bracket_string": "[{]",
"windows_path": "C:\\test\\no newline",
},
}