Files
Martin Vogel 7990c6fb9d Escape embedded quotes in the smoke query helper
cyp_first_cell built the query_graph JSON by interpolation, so a query with a double-quoted string literal (e.g. replace(f.name, "a", "A")) produced invalid JSON and an empty result (FAIL: replace empty). Escape embedded double-quotes before building the JSON.
2026-06-06 01:26:06 +02:00
..