mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00

Fix credential token format validation. The existing validation incorrectly excluded tab because of a missing backslash. This updates to add the backslash. This also rewords the comments. I found the current comments to be a little confusing. This also extends the test to verify more valid inputs. cc #11600