diff options
| author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-03-10 22:47:00 +0100 |
|---|---|---|
| committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-03-10 22:47:00 +0100 |
| commit | 0c98047ea276f393daa8249cf9c124ebc08266d2 (patch) | |
| tree | 71e7333e04e7fd1ff12fa9351886faeec2701671 /test/functional/examples.rb | |
| parent | 250373646c32e3c135fb4068b195b578cbdc5870 (diff) | |
| parent | fc16be24d48f8a729ac987149f98f19725943e0d (diff) | |
| download | coderay-0c98047ea276f393daa8249cf9c124ebc08266d2.tar.gz | |
Merge branch 'master' into paint-integration
Diffstat (limited to 'test/functional/examples.rb')
| -rwxr-xr-x | test/functional/examples.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/examples.rb b/test/functional/examples.rb index ff64af3..15f9ca3 100755 --- a/test/functional/examples.rb +++ b/test/functional/examples.rb @@ -22,7 +22,7 @@ end CODE assert_equal <<-DIV, div <table class="CodeRay"><tr> - <td class="line-numbers" title="double click to toggle" ondblclick="with (this.firstChild.style) { display = (display == '') ? 'none' : '' }"><pre><a href="#n1" name="n1">1</a> + <td class="line-numbers"><pre><a href="#n1" name="n1">1</a> <a href="#n2" name="n2">2</a> <a href="#n3" name="n3">3</a> </pre></td> @@ -38,7 +38,7 @@ end <body> <table class="CodeRay"><tr> - <td class="line-numbers" title="double click to toggle" ondblclick="with (this.firstChild.style) { display = (display == '') ? 'none' : '' }"><pre> + <td class="line-numbers"><pre><a href="#n1" name="n1">1</a> </pre></td> <td class="code"><pre>puts <span class="string"><span class="delimiter">"</span><span class="content">Hello, world!</span><span class="delimiter">"</span></span></pre></td> </tr></table> |
