You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Use jq for proper JSON stringification in proc parity tests
The proc parity tests need to match JS engine's JSON.stringify() behavior.
Updated to:
- Use jq when available for proper JSON string encoding
- Provide basic sed-based fallback for environments without jq
- Simplify response parity test to echo responses directly
This ensures the proc programs output JSON in the same format as the
JS engine, fixing CI failures on Linux.
0 commit comments