Boost C++ Libraries: Ticket #6426: Guess I found a bug in boost::spirit https://svn.boost.org/trac10/ticket/6426 <p> I took gramma from </p> <p> <a class="ext-link" href="http://tools.ietf.org/html/rfc5545#section-3.6.5"><span class="icon">​</span>http://tools.ietf.org/html/rfc5545#section-3.6.5</a> from 3.1. Content Lines <a class="ext-link" href="http://tools.ietf.org/html/rfc2234"><span class="icon">​</span>http://tools.ietf.org/html/rfc2234</a> WSP, ALPHA, DIGIT etc <a class="ext-link" href="http://tools.ietf.org/html/rfc3629"><span class="icon">​</span>http://tools.ietf.org/html/rfc3629</a> UTF8-2, UTF8-3, UTF8-4, UTF-tail </p> <p> param-value = paramtext / quoted-string <em> here is the problem </em></p> <p> Input string 'ORGANIZER;CN="Test":test@…\r\n' can't be parsed, but it can when I use </p> <p> param-value = quoted-string / paramtext <em> just a little swap </em></p> <p> Tested on boost 1.37, 1.48. Also I added testing sample. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6426 Trac 1.4.3 truthfinder@… Fri, 20 Jan 2012 07:29:10 GMT attachment set https://svn.boost.org/trac10/ticket/6426 https://svn.boost.org/trac10/ticket/6426 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">xmlstub.zip</span> </li> </ul> <p> sample with bug in boost::spirit </p> Ticket Joel de Guzman Fri, 20 Jan 2012 07:40:54 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6426#comment:1 https://svn.boost.org/trac10/ticket/6426#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> Please post this to Spirit's mailing list first, before adding a ticket here. We are not sure if this is really a bug and the proper forum to request for support is the mailing list. Don't forget to add a *minimal* test case as per Spirit's support policy. See: </p> <blockquote> <p> <a class="ext-link" href="http://boost-spirit.com/home/feedback-and-support/"><span class="icon">​</span>http://boost-spirit.com/home/feedback-and-support/</a> </p> </blockquote> <p> I'm closing this as won't fix for now. </p> Ticket