-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply additional tests consistently (#1861)
The mechanism of the `additional-tests.json` file did not exist at the time I wrote this test template. This makes everything consistent. [no important files changed]
- Loading branch information
Showing
4 changed files
with
30 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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,22 @@ | ||
[ | ||
{ | ||
"uuid": "d9f6e6d2-79c3-4e53-a22d-66325e8614c6", | ||
"description": "camelcase", | ||
"comments": [ | ||
"This test makes the exercise noticeably harder.", | ||
"", | ||
"Upstreaming this test is not a good option,", | ||
"as most other languages would exclude it due to the added difficulty.", | ||
"Removing the test from the Rust track is also not a good option,", | ||
"because it creates confusion regarding existing community solutions.", | ||
"", | ||
"While deviations from problem-specifications should generally be avoided,", | ||
"it seems like the best choice to stick with it in this case." | ||
], | ||
"property": "abbreviate", | ||
"input": { | ||
"phrase": "HyperText Markup Language" | ||
}, | ||
"expected": "HTML" | ||
} | ||
] |
This file contains 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
This file contains 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
This file contains 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