summaryrefslogtreecommitdiff
path: root/test/rdoc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-02-09 18:56:36 +0900
committergit <svn-admin@ruby-lang.org>2022-02-09 19:41:11 +0900
commit8db06fe2c9c1103fd623e97c80660e41502e6580 (patch)
tree9d65a42ec832d19d111c1154493cc47518257c3a /test/rdoc
parentcbd54cba03d0a0ecae1df590ca78751362fda826 (diff)
[ruby/rdoc] Allow cross references to logical operator methods
https://github.com/ruby/rdoc/commit/17c0da304d
Diffstat (limited to 'test/rdoc')
-rw-r--r--test/rdoc/test_rdoc_cross_reference.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_cross_reference.rb b/test/rdoc/test_rdoc_cross_reference.rb
index a226bf4b11..bd96006976 100644
--- a/test/rdoc/test_rdoc_cross_reference.rb
+++ b/test/rdoc/test_rdoc_cross_reference.rb
@@ -2,7 +2,7 @@
require File.expand_path '../xref_test_case', __FILE__
class TestRDocCrossReference < XrefTestCase
- OPERATOR_METHODS = %w'== === != =~ !~ < > <= >= <=> [] []= << >> -@ +@ ! - + * / % ** !@ `'
+ OPERATOR_METHODS = %w'== === != =~ !~ < > <= >= <=> [] []= << >> -@ +@ ! - + * / % ** !@ ` | & ^'
def setup
super