Skip to content

Commit

Permalink
Add missing metadata.toml for all-your-base
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Jan 2, 2024
1 parent 0d763f0 commit 17a6b58
Showing 1 changed file with 44 additions and 38 deletions.
82 changes: 44 additions & 38 deletions exercises/practice/all-your-base/.meta/tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,59 +9,65 @@
# As user-added comments (using the # character) will be removed when this file
# is regenerated, comments can be added via a `comment` key.

[1e9ae1dc-35bd-43ba-aa08-e4b94c20fa37]
description = "ability modifier -> ability modifier for score 3 is -4"
[5ce422f9-7a4b-4f44-ad29-49c67cb32d2c]
description = "single bit one to decimal"

[cc9bb24e-56b8-4e9e-989d-a0d1a29ebb9c]
description = "ability modifier -> ability modifier for score 4 is -3"
[0cc3fea8-bb79-46ac-a2ab-5a2c93051033]
description = "binary to single decimal"

[5b519fcd-6946-41ee-91fe-34b4f9808326]
description = "ability modifier -> ability modifier for score 5 is -3"
[f12db0f9-0d3d-42c2-b3ba-e38cb375a2b8]
description = "single decimal to binary"

[dc2913bd-6d7a-402e-b1e2-6d568b1cbe21]
description = "ability modifier -> ability modifier for score 6 is -2"
[2c45cf54-6da3-4748-9733-5a3c765d925b]
description = "binary to multiple decimal"

[099440f5-0d66-4b1a-8a10-8f3a03cc499f]
description = "ability modifier -> ability modifier for score 7 is -2"
[65ddb8b4-8899-4fcc-8618-181b2cf0002d]
description = "decimal to binary"

[cfda6e5c-3489-42f0-b22b-4acb47084df0]
description = "ability modifier -> ability modifier for score 8 is -1"
[8d418419-02a7-4824-8b7a-352d33c6987e]
description = "trinary to hexadecimal"

[c70f0507-fa7e-4228-8463-858bfbba1754]
description = "ability modifier -> ability modifier for score 9 is -1"
[d3901c80-8190-41b9-bd86-38d988efa956]
description = "hexadecimal to trinary"

[6f4e6c88-1cd9-46a0-92b8-db4a99b372f7]
description = "ability modifier -> ability modifier for score 10 is 0"
[5d42f85e-21ad-41bd-b9be-a3e8e4258bbf]
description = "15-bit integer"

[e00d9e5c-63c8-413f-879d-cd9be9697097]
description = "ability modifier -> ability modifier for score 11 is 0"
[d68788f7-66dd-43f8-a543-f15b6d233f83]
description = "empty list"

[eea06f3c-8de0-45e7-9d9d-b8cab4179715]
description = "ability modifier -> ability modifier for score 12 is +1"
[5e27e8da-5862-4c5f-b2a9-26c0382b6be7]
description = "single zero"

[9c51f6be-db72-4af7-92ac-b293a02c0dcd]
description = "ability modifier -> ability modifier for score 13 is +1"
[2e1c2573-77e4-4b9c-8517-6c56c5bcfdf2]
description = "multiple zeros"

[94053a5d-53b6-4efc-b669-a8b5098f7762]
description = "ability modifier -> ability modifier for score 14 is +2"
[3530cd9f-8d6d-43f5-bc6e-b30b1db9629b]
description = "leading zeros"

[8c33e7ca-3f9f-4820-8ab3-65f2c9e2f0e2]
description = "ability modifier -> ability modifier for score 15 is +2"
[a6b476a1-1901-4f2a-92c4-4d91917ae023]
description = "input base is one"

[c3ec871e-1791-44d0-b3cc-77e5fb4cd33d]
description = "ability modifier -> ability modifier for score 16 is +3"
[e21a693a-7a69-450b-b393-27415c26a016]
description = "input base is zero"

[3d053cee-2888-4616-b9fd-602a3b1efff4]
description = "ability modifier -> ability modifier for score 17 is +3"
[54a23be5-d99e-41cc-88e0-a650ffe5fcc2]
description = "input base is negative"

[bafd997a-e852-4e56-9f65-14b60261faee]
description = "ability modifier -> ability modifier for score 18 is +4"
[9eccf60c-dcc9-407b-95d8-c37b8be56bb6]
description = "negative digit"

[4f28f19c-2e47-4453-a46a-c0d365259c14]
description = "random ability is within range"
[232fa4a5-e761-4939-ba0c-ed046cd0676a]
description = "invalid positive digit"

[385d7e72-864f-4e88-8279-81a7d75b04ad]
description = "random character is valid"
[14238f95-45da-41dc-95ce-18f860b30ad3]
description = "output base is one"

[2ca77b9b-c099-46c3-a02c-0d0f68ffa0fe]
description = "each ability is only calculated once"
[73dac367-da5c-4a37-95fe-c87fad0a4047]
description = "output base is zero"

[13f81f42-ff53-4e24-89d9-37603a48ebd9]
description = "output base is negative"

[0e6c895d-8a5d-4868-a345-309d094cfe8d]
description = "both bases are negative"

0 comments on commit 17a6b58

Please sign in to comment.