summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-08-29 12:28:52 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2022-08-29 12:31:58 -0400
commit925760291d6efec64fda6e9dd1fd9cfbd5be068c (patch)
tree9ebd30083f99a80c60766ca61fd546a4de71db41 /doc
parent7c5b28ac47755598e8c5bdfc995eaf220132e672 (diff)
downloadmako-925760291d6efec64fda6e9dd1fd9cfbd5be068c.tar.gz
fix tag regexp to match quoted groups correctly
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. Fixes: #366 Change-Id: I74e0d71ff7f419970711a7cd51adcf1bb90a44c0
Diffstat (limited to 'doc')
-rw-r--r--doc/build/unreleased/366.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/unreleased/366.rst b/doc/build/unreleased/366.rst
new file mode 100644
index 0000000..27b0278
--- /dev/null
+++ b/doc/build/unreleased/366.rst
@@ -0,0 +1,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. \ No newline at end of file