"\(" 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.
Signed-off-by: David Korczynski <david@adalogics.com>