Skip to content
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

do not escape a predicate method for doc namespace #168

Merged
merged 1 commit into from
Jan 6, 2021

Conversation

no6v
Copy link
Contributor

@no6v no6v commented Jan 6, 2021

running the test in this PR with master, it fails as follow due to too much escaping ?:

[15/67] TestIRB::TestCompletion#test_complete_predicate? = 0.00 s                        
  1) Failure:
TestIRB::TestCompletion#test_complete_predicate? [/var/tmp/git/ruby/irb/test/irb/test_completion.rb:56]:
<"Integer.positive?"> expected but was
<"Integer.positive\\?">.

@aycabta
Copy link
Member

aycabta commented Jan 6, 2021

Great, thank you!

@aycabta aycabta merged commit 29cd767 into ruby:master Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

RDoc for predicate methods
2 participants