Ferdinand Thiessen wrote:
It works if I change it to:
s/^[^:]*: In function ['‘][^\n]+['’]:\n//gm;

That will work for your language's quoting, but it won't work in general.

Instead, run the test in the C locale, which always quotes 'like this'. The test itself should arrange for this.

Reply via email to