summaryrefslogtreecommitdiff
path: root/doc/build/unreleased/366.rst
blob: 27b02784ebe525f01f8b1d6b1016081d031cdbee (plain)
1
2
3
4
5
6
7
8
9
.. change::
    :tags: bug, lexer
    :tickets: 366

    Fixed issue in lexer where the regexp used to match tags would not
    correctly interpret quoted sections individually. While this parsing issue
    still produced the same expected tag structure later on, the mis-handling
    of quoted sections was also subject to a regexp crash if a tag had a large
    number of quotes within its quoted sections.