Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: allow common ascii punctuation in attributes (#3733)
# Description spotted an issue with punctuation inside a `#[test(should_fail_with = "")]` block ([comment on original issue](#3372 (comment))) ## Problem\* Resolves #3372 (an extension of this original issue) ## Summary\* I built off of the original work done over here #3374 but simplified things down to just cover all common punctuation ## Documentation\* Check one: - [x] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[Exceptional Case]** Documentation to be submitted in a separate PR. # PR Checklist\* - [x] I have tested the changes locally. - [x] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings. --------- Co-authored-by: kevaundray <kevtheappdev@gmail.com>
- Loading branch information