On 05/03/2017 09:56 AM, Joseph Myers wrote:
On Tue, 2 May 2017, Martin Sebor wrote:+ inform (loc, "in the expansion of concept %qE %qS", check, sub);Are you sure about this (two consecutive quoted strings, open quote of %qS following closing quote of %qE) or should it be a single quoted string %<%E %S%>?
I suspect you're right. I've changed it to the latter. Thanks Martin