inline-schema/src/csv-loader/tests
hypercross b5be558b57 fix(parser): fix empty array and nested bracket parsing
Improve the `ValueParser` to correctly disambiguate between empty
arrays `[]` and the start of nested structures. This ensures that
the parser can distinguish between an array containing a single
element that starts with a bracket and an actual empty array.

Update tests to reflect that parsed tuples are returned as arrays
rather than objects.
2026-04-22 00:28:10 +08:00
..
parseCsv-basic.test.ts test: refactor csv-loader tests into separate files 2026-04-20 11:37:56 +08:00
parseCsv-caching.test.ts test: refactor csv-loader tests into separate files 2026-04-20 11:37:56 +08:00
parseCsv-circular.test.ts test: refactor csv-loader tests into separate files 2026-04-20 11:37:56 +08:00
parseCsv-combinators.test.ts fix(parser): fix empty array and nested bracket parsing 2026-04-22 00:28:10 +08:00
parseCsv-noResolveRefs.test.ts test: refactor csv-loader tests into separate files 2026-04-20 11:37:56 +08:00
parseCsv-refBaseDir.test.ts test: refactor csv-loader tests into separate files 2026-04-20 11:37:56 +08:00
parseCsv-references.test.ts test: refactor csv-loader tests into separate files 2026-04-20 11:37:56 +08:00
parseCsv-reverseRefs.test.ts refactor: update CSV comment syntax for declarations 2026-04-21 14:36:02 +08:00
parseCsv-typeDeclarations.test.ts refactor: update CSV comment syntax for declarations 2026-04-21 14:36:02 +08:00
parseCsv-types.test.ts test: refactor csv-loader tests into separate files 2026-04-20 11:37:56 +08:00