[Bug] Examples are wrong #7
Labels
Comp:Core
This issue has to do with the main bulk of the code or document. (methods, main content)
Difficulty:2-Challenging
This issue may be complex or require specialized skills.
Priority:2-Normal
This work is important and should be completed ASAP.
Status:1-New
No one has claimed this issue yet. It is in need of solving.
Type:Bug
Something is wrong or broken. This issue or PR is related to a bug in code.
Type:Test
Is related to software testing. Failing tests, necessary new tests, test frameworks, etc.
Describe the bug.
The example documents in the
input
andoutput
directories are edited incorrectly and incompletely.What is the expected behavior?
E.g., "planet" should not be edited to "lanet"
How can this issue be closed?
@osanstrong, this issue can be closed when the scripts correctly edit the example documents. Additionally, I recommend creating smaller "unit tests" that check each function of the writing checker. E.g.,
Consider following a "test driven development" style.
The text was updated successfully, but these errors were encountered: