diff options
author | Aiden Storey <git@storey.dev> | 2024-04-07 22:13:10 -0400 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-04-12 10:59:28 +0200 |
commit | 74177d79c9e80616edce2336cd487f9e01c2db08 (patch) | |
tree | b801e458eba48c2a89459c65b0e68a3b82e5d222 /modules/regex/regex.cpp | |
parent | b2f425fe680d1ed5d5b5fa9ae289ae93fd294607 (diff) | |
download | redot-engine-74177d79c9e80616edce2336cd487f9e01c2db08.tar.gz |
Fix multiline array/dictionary match statements
Currently array and dictionary expressions cannot be spread over
multiple lines in match statements.
Adding mutliline push/pop while parsing the pattern for bracket and
brace enables the ability for these to be multiline. This enables more
complex patterns to be matched without exceeding line limits.
Fixes #90372
Diffstat (limited to 'modules/regex/regex.cpp')
0 files changed, 0 insertions, 0 deletions