1--- 2name: Bug report 3about: An issue with the current behavior of the regex crate. 4title: '' 5labels: '' 6assignees: '' 7--- 8 9 10#### What version of regex are you using? 11 12If it isn't the latest version, then please upgrade and check whether the bug 13is still present. 14 15#### Describe the bug at a high level. 16 17Give a brief description of the actual problem you're observing. 18 19#### What are the steps to reproduce the behavior? 20 21This section should almost always provide a COMPLETE Rust program that others 22can compile and run with Cargo. It should be as small as possible. 23 24If providing a small and simple reproduction is not easy, please explain why 25and the maintainers will help you figure out next steps. 26 27#### What is the actual behavior? 28 29If you provide a Rust program in the previous section, then this should be the 30output of that program. 31 32#### What is the expected behavior? 33 34What do you expect the output to be? 35