mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-18 09:35:50 +00:00
Fix some game ids and clarify rules 6 and 7. (#143)
* Fix wrongly named game ids of l4d, l4d2 and q3a * Specify how edition/protocol names are appended to games, rule 7 * Clarify rule 6 regarding numbers * Add/Update badge * Fix rule 7 misswording * Fix 7 Days to Die * List id changes in the changelog * Forgot to fix test * Apply Douile suggestion regarding rule 6 Co-authored-by: Tom <25043847+Douile@users.noreply.github.com> * Fix typo on rule 6 and wrap text * Clarify further rule 7 --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Tom <25043847+Douile@users.noreply.github.com>
This commit is contained in:
parent
2cc9e56168
commit
e3dd7cd1c7
7 changed files with 36 additions and 25 deletions
|
|
@ -114,7 +114,7 @@ mod test {
|
|||
fn teamfortress2() { test_game("teamfortress2"); }
|
||||
|
||||
#[test]
|
||||
fn quake() { test_game("quake3"); }
|
||||
fn quake2() { test_game("quake2"); }
|
||||
|
||||
#[test]
|
||||
fn all_games() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue