summaryrefslogtreecommitdiffstats
path: root/CryptoPkg
diff options
context:
space:
mode:
authorJoey Vagedes <joey.vagedes@gmail.com>2023-12-29 00:47:39 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-01-10 13:54:01 +0000
commit6c488a2f390d6aacb605b6c370fbe6cc275af4fd (patch)
tree1de62087597a89e7ca795da0a0403ba21e18caf0 /CryptoPkg
parent7d055812cc7a7d2b062cf56291211e8cecca36ed (diff)
downloadedk2-6c488a2f390d6aacb605b6c370fbe6cc275af4fd.tar.gz
edk2-6c488a2f390d6aacb605b6c370fbe6cc275af4fd.tar.bz2
edk2-6c488a2f390d6aacb605b6c370fbe6cc275af4fd.zip
BaseTools: Fix raw strings containing valid escape characters
Fixes raw regex strings that contain valid (and purposeful) escape characters as they are being treated as individual characters rather than the single escaped character they represent (i.e. '\t' is being treated as a '\' and a 't' rather than a single tab character). Signed-off-by: Joey Vagedes <joey.vagedes@gmail.com> Cc: Rebecca Cran <rebecca@bsdio.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Bob Feng <bob.c.feng@intel.com> Cc: Yuwei Chen <yuwei.chen@intel.com> Reviewed-by: Yuwei Chen <yuwei.chen@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'CryptoPkg')
0 files changed, 0 insertions, 0 deletions