We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5252a61 commit 3eb34e3Copy full SHA for 3eb34e3
test/rdoc/test_rdoc_generator_darkfish.rb
@@ -113,6 +113,7 @@ def test_generate
113
refute_match(/Ignored/, File.read('index.html'))
114
summary = File.read('index.html')[%r[<summary.*Klass\.html.*</summary>.*</details>]m]
115
assert_match(%r[Klass/Inner\.html".*>Inner<], summary)
116
+ omit 'The following line crashes with "invalid byte sequence in US-ASCII" on ci.rvm.jp and some RubyCIs'
117
klassnav = File.read('Klass.html')[%r[<div class="nav-section">.*<div id="class-metadata">]m]
118
assert_match(
119
%r[<li>\s*<details open>\s*<summary>\s*<a href=\S+>Heading 1</a>\s*</summary>\s*<ul]m,
0 commit comments