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
At the http://google.github.io/googletest/gmock_for_dummies.html#StickyExpectations at one place the for loop looks like this:
for (int i = n; i > 0; i--)
and later like this:
for (int i = 1; i <= n; i++)
Is this an error or do I not understand something. If this is a wrong place to post this, please forward me somewhere else. Cheers.
Go to: http://google.github.io/googletest/gmock_for_dummies.html#StickyExpectations and see if the for loops should look like this.
no version, just docs
web browser
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
At the http://google.github.io/googletest/gmock_for_dummies.html#StickyExpectations at one place the for loop looks like this:
for (int i = n; i > 0; i--)
and later like this:
for (int i = 1; i <= n; i++)
Is this an error or do I not understand something. If this is a wrong place to post this, please forward me somewhere else. Cheers.
Steps to reproduce the problem
Go to: http://google.github.io/googletest/gmock_for_dummies.html#StickyExpectations and see if the for loops should look like this.
What version of GoogleTest are you using?
no version, just docs
What operating system and version are you using?
web browser
What compiler and version are you using?
web browser
What build system are you using?
web browser
Additional context
No response
The text was updated successfully, but these errors were encountered: