summaryrefslogtreecommitdiff
path: root/test/rdoc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-02-09 14:58:35 +0900
committergit <svn-admin@ruby-lang.org>2022-02-09 18:44:41 +0900
commit88b1d21dbb64b4a310e589b1ac8b7661ea09500f (patch)
treec25d59cf28e30f7f35996dc60302351d36473220 /test/rdoc
parent202f690a5edef6d0b8f73c6df53edc02a0f16c7e (diff)
[ruby/rdoc] Allow cross references to backtick method
https://github.com/ruby/rdoc/commit/52c33157f1
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 17b8bb34bc..a226bf4b11 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