test(jspg): rename items fixture to array and resolve unused HashMap warning

- Rename fixtures/items.json to fixtures/array.json to better reflect array testing constraints.
- Update reference paths in src/tests/fixtures.rs and across other fixture JSON files.
- Remove unused HashMap import in src/validator/rules/dict.rs to resolve the compiler warning.
This commit is contained in:
2026-06-23 20:17:03 -04:00
parent a1fb9ef650
commit e026e82f65
28 changed files with 604 additions and 958 deletions

View File

@ -43,8 +43,8 @@
{
"code": "MAX_LENGTH_VIOLATED",
"values": {
"count": "6",
"limit": "3"
"limit": "3",
"count": "6"
},
"details": {
"path": "",
@ -141,7 +141,8 @@
{
"code": "PATTERN_VIOLATED",
"values": {
"pattern": "^a+$"
"pattern": "^a+$",
"value": "aaA"
},
"details": {
"path": "",
@ -430,8 +431,8 @@
{
"code": "MAX_LENGTH_VIOLATED",
"values": {
"limit": "3",
"count": "6"
"count": "6",
"limit": "3"
},
"details": {
"path": "",