Compare commits
2 Commits
a91bcc208a
...
e623f21e47
| Author | SHA1 | Date | |
|---|---|---|---|
| e623f21e47 | |||
| 4e900665ef |
@ -63,3 +63,25 @@ exercises:
|
|||||||
- "compute_sub"
|
- "compute_sub"
|
||||||
- "compute_mul"
|
- "compute_mul"
|
||||||
- "compute_div"
|
- "compute_div"
|
||||||
|
utf8:
|
||||||
|
required_files:
|
||||||
|
- "src/string.rs"
|
||||||
|
- "src/string/utf8.rs"
|
||||||
|
tests:
|
||||||
|
- "char_at_empty"
|
||||||
|
- "char_at_emoji"
|
||||||
|
- "char_at_ascii"
|
||||||
|
- "char_at_oob"
|
||||||
|
parse:
|
||||||
|
required_files:
|
||||||
|
- "src/string.rs"
|
||||||
|
- "src/string/parse.rs"
|
||||||
|
tests:
|
||||||
|
- "parse_add"
|
||||||
|
- "parse_sub"
|
||||||
|
- "parse_mul"
|
||||||
|
- "parse_div"
|
||||||
|
- "parse_number"
|
||||||
|
- "parse_number_negative"
|
||||||
|
- "parse_bad_number"
|
||||||
|
- "parse_bad_operation"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user