In macro invocations, the input `i"` was interpreted as the identifier `i`, and the `"` was consumed without being interpreted. This change makes the code not ignore the quotation mark. Resolves <https://issues.oss-fuzz.com/issues/440177293>.