-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test: Add new regression test for #7
Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
tests/fixtures/ship/validate_ship_weirdpackagenames_supported.stderr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
INFO cargo_liner::cargo > Fetching latest package versions... | ||
Updating `dummy-registry` index | ||
INFO cargo_liner > Results: | ||
INFO cargo_liner > --pkg ø -> 0.0.0 | ||
INFO cargo_liner::cargo > Installing `--pkg`... | ||
Updating `dummy-registry` index | ||
Downloading crates ... | ||
Downloaded --pkg v0.0.0 (registry `dummy-registry`) | ||
error: failed to download replaced source registry `crates-io` | ||
|
||
Caused by: | ||
failed to parse manifest at `[..]/--pkg-0.0.0/Cargo.toml` | ||
|
||
Caused by: | ||
invalid character `-` in package name: `--pkg`, the first character must be a Unicode XID start character (most letters or `_`) | ||
INFO cargo_liner > Done. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters