- From: <bugzilla@jessica.w3.org>
- Date: Fri, 18 Dec 2015 01:43:31 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29346 --- Comment #2 from Abel Braaksma <abel.braaksma@xs4all.nl> --- (In reply to Abel Braaksma from comment #0) > 4) The example in (3) is notably different from a => concat('b', ?), which This was incorrect, and should have been a => concat('b', ?)(). With comment #1 this shows that my point (4) was hogwash, the required parens at the end make concat('b', ?)() and (concat('b', ?))() equivalent, and the surrounding parens don't change the meaning (which is good, of course). -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 18 December 2015 01:43:36 UTC