mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Test for tidy.check_lock function #9152
This commit is contained in:
parent
78041737de
commit
f090425c24
2 changed files with 33 additions and 0 deletions
21
python/tidy/servo_tidy_tests/duplicated_package.lock
Normal file
21
python/tidy/servo_tidy_tests/duplicated_package.lock
Normal file
|
@ -0,0 +1,21 @@
|
|||
[root]
|
||||
name = "servo"
|
||||
version = "0.0.1"
|
||||
|
||||
[[package]]
|
||||
name = "test"
|
||||
version = "0.4.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "test"
|
||||
version = "0.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "test2"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/"
|
||||
dependencies = [
|
||||
"test 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue