We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Execute(String filepath) method of WordCountCommand class returns incorrect word count when compared to the requirement. Actual: 59792 test.txt.
Execute(String filepath)
WordCountCommand
59792 test.txt
The expected word count is: 58164 test.txt.
58164 test.txt
In launchSettings.json set "commandLineArgs": "-w test.txt" and run the application.
launchSettings.json
"commandLineArgs": "-w test.txt"
None.
8.0.303
The text was updated successfully, but these errors were encountered:
phougatv
No branches or pull requests
Is there an existing issue for this?
Describe the bug
The
Execute(String filepath)
method ofWordCountCommand
class returns incorrect word count when compared to the requirement.Actual:
59792 test.txt
.Expected behavior
The expected word count is:
58164 test.txt
.Steps to reproduce
In
launchSettings.json
set"commandLineArgs": "-w test.txt"
and run the application.Exception (if any)
None.
.NET version
8.0.303
The text was updated successfully, but these errors were encountered: