mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
"\(" is implementation-defined in C++, and both clang and gcc treat it
as equivalent to "(", not "\\(".
This patch replaces "\(" with "\\(" so that tests with string
interpolation actually use string interpolation.
8.6 KiB
8.6 KiB