Skip to content

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/rdoc/test_rdoc_generator_darkfish.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def test_generate
113113
refute_match(/Ignored/, File.read('index.html'))
114114
summary = File.read('index.html')[%r[<summary.*Klass\.html.*</summary>.*</details>]m]
115115
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'
116117
klassnav = File.read('Klass.html')[%r[<div class="nav-section">.*<div id="class-metadata">]m]
117118
assert_match(
118119
%r[<li>\s*<details open>\s*<summary>\s*<a href=\S+>Heading 1</a>\s*</summary>\s*<ul]m,

0 commit comments

Comments
 (0)