mirror of
https://gitee.com/openharmony/third_party_rust_regex
synced 2025-04-07 20:51:33 +00:00

When popping the parse stack at the end of parsing, we weren't actually checking that the stack was empty. If the stack isn't empty, then that indicates an unclosed parenthesis. Fixes #239.