
#11279: Parsing of complex QuasiQuote expression fails
-------------------------------------+-------------------------------------
Reporter: alanz | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 7.11
(Parser) |
Resolution: invalid | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by thomie):
* status: new => closed
* resolution: => invalid
Comment:
This just fails because it uses the old quasi quotes syntax. Replace
`[$istr` by `[istr|`, and it will work. This is mentioned here:
[wiki:Migration/8.0#OldQuasiQuotesyntax].
See also commit 399a5b46591dfbee0499d6afa1bb80ad2fd52598:
{{{
Author: Matthew Pickering