This commit is contained in:
Robin Appelman 2026-07-11 21:13:20 +02:00
commit 97ee910d85
36 changed files with 716 additions and 762 deletions

View file

@ -0,0 +1,24 @@
---
source: tests/parse.rs
expression: parsed
---
{
"Resource/specificPanel.res": {
"$envmaptint": [
".5",
".5",
".5"
],
"\\\\\"$translucent\"": "1",
"array": [
"1",
"2",
"3"
],
"bracket_string": "[{]",
"empty": "",
"empty quoted": "\"\"",
"ignored_bracket_string": "[{]",
"windows_path": "C:\\test\\no newline"
}
}