-
Notifications
You must be signed in to change notification settings - Fork 544
parallel-letter-frequency: Sync tests & add missing #2050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
d9f5fb9
parallel-letter-frequency: Sync tests & add missing
ellnix 35ca8ca
parallel-letter-frequency: Rename tests to match problem-specifications
ellnix a73b6f6
parallel-letter-frequency: Add test function names
ellnix 790d0fc
parallel-letter-frequency: Add missing tests
ellnix a8da3f1
parallel-letter-frequency: Fix typo in test
ellnix 7939dbd
parallel-letter-frequency: Replace vec with array
ellnix 9b3791e
parallel-letter-frequency: Add "Unicode letters" test
ellnix 50d0072
parallel-letter-frequency: Run rustfmt
ellnix 4d0bcfc
parallel-letter-frequency: Move inputs under tests
ellnix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
exercises/practice/parallel-letter-frequency/.meta/tests.toml
This file contains hidden or 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,49 @@ | ||
| # This is an auto-generated file. | ||
| # | ||
| # Regenerating this file via `configlet sync` will: | ||
| # - Recreate every `description` key/value pair | ||
| # - Recreate every `reimplements` key/value pair, where they exist in problem-specifications | ||
| # - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) | ||
| # - Preserve any other key/value pair | ||
| # | ||
| # As user-added comments (using the # character) will be removed when this file | ||
| # is regenerated, comments can be added via a `comment` key. | ||
|
|
||
| [c054d642-c1fa-4234-8007-9339f2337886] | ||
| description = "no texts" | ||
|
|
||
| [818031be-49dc-4675-b2f9-c4047f638a2a] | ||
| description = "one text with one letter" | ||
|
|
||
| [c0b81d1b-940d-4cea-9f49-8445c69c17ae] | ||
| description = "one text with multiple letters" | ||
|
|
||
| [708ff1e0-f14a-43fd-adb5-e76750dcf108] | ||
| description = "two texts with one letter" | ||
|
|
||
| [1b5c28bb-4619-4c9d-8db9-a4bb9c3bdca0] | ||
| description = "two texts with multiple letters" | ||
|
|
||
| [6366e2b8-b84c-4334-a047-03a00a656d63] | ||
| description = "ignore letter casing" | ||
|
|
||
| [92ebcbb0-9181-4421-a784-f6f5aa79f75b] | ||
| description = "ignore whitespace" | ||
|
|
||
| [bc5f4203-00ce-4acc-a5fa-f7b865376fd9] | ||
| description = "ignore punctuation" | ||
|
|
||
| [68032b8b-346b-4389-a380-e397618f6831] | ||
| description = "ignore numbers" | ||
|
|
||
| [aa9f97ac-3961-4af1-88e7-6efed1bfddfd] | ||
| description = "Unicode letters" | ||
|
|
||
| [7b1da046-701b-41fc-813e-dcfb5ee51813] | ||
| description = "combination of lower- and uppercase letters, punctuation and white space" | ||
|
|
||
| [4727f020-df62-4dcf-99b2-a6e58319cb4f] | ||
| description = "large texts" | ||
|
|
||
| [adf8e57b-8e54-4483-b6b8-8b32c115884c] | ||
| description = "many small texts" | ||
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.