about summary refs log tree commit diff
path: root/tests/reader.scm
AgeCommit message (Expand)Author
2025-11-27tests: Test reader end-to-end, don't test specific functions.Arun Isaac
2025-11-27reader: Resolve type ambiguities in default inputs.Arun Isaac
2025-11-24reader: Resolve YAML inputs file type ambiguities.Arun Isaac
2025-11-24reader: Use CWL types in type coercion.Arun Isaac
2025-11-16tests: Expect file:///foo/bar, not file:/foo/bar.Arun Isaac
2025-11-16tests: Canonicalize JSON objects to compare them.Arun Isaac
2025-03-18tests: Fix typo in test.Arun Isaac
2025-03-18tests: Tolerate only path or location in File type inputs.Arun Isaac
2025-01-22reader: Normalize File array type formals too.Arun Isaac
2024-10-02reader: Handle coercion of number to number.Arun Isaac