Sha256: 6331043b21a81056453529a9eabf462a448e0399518e7c3959f8aba2f2196ad4

Contents?: true

Size: 284 Bytes

Versions: 40

Compression:

Stored size: 284 Bytes

Contents

class Nanoc::Filters::RDocTest < Nanoc::TestCase
  def test_filter
    # Get filter
    filter = ::Nanoc::Filters::RDoc.new

    # Run filter
    result = filter.setup_and_run('= Foo')
    assert_match(%r{\A\s*<h1( id="label-Foo")?>Foo(<span>.*</span>)?</h1>\s*\Z}, result)
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
nanoc-4.4.5 test/filters/test_rdoc.rb
nanoc-4.4.4 test/filters/test_rdoc.rb
nanoc-4.4.3 test/filters/test_rdoc.rb
nanoc-4.4.2 test/filters/test_rdoc.rb
nanoc-4.4.1 test/filters/test_rdoc.rb
nanoc-4.4.0 test/filters/test_rdoc.rb
nanoc-4.3.8 test/filters/test_rdoc.rb
nanoc-4.3.7 test/filters/test_rdoc.rb
nanoc-4.3.6 test/filters/test_rdoc.rb
nanoc-4.3.5 test/filters/test_rdoc.rb
nanoc-4.3.4 test/filters/test_rdoc.rb
nanoc-4.3.3 test/filters/test_rdoc.rb
nanoc-4.3.2 test/filters/test_rdoc.rb
nanoc-4.3.1 test/filters/test_rdoc.rb
nanoc-4.3.0 test/filters/test_rdoc.rb
nanoc-4.2.4 test/filters/test_rdoc.rb
nanoc-4.2.3 test/filters/test_rdoc.rb
nanoc-4.2.2 test/filters/test_rdoc.rb
nanoc-4.2.1 test/filters/test_rdoc.rb
nanoc-4.2.0 test/filters/test_rdoc.rb