summaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-03-10 21:12:53 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2013-03-10 21:12:53 +0100
commit3d7f34571a0b2e58ee90498bc54f160bda2bed45 (patch)
tree1c6ac0807a3beae63e3eedca70f5622d71f0c32a /test/functional
parent0d2d0bef962d27abb0b6d7423bce6010bb71976c (diff)
downloadcoderay-3d7f34571a0b2e58ee90498bc54f160bda2bed45.tar.gz
fix #41 by removing special case
Also, clean up some code.
Diffstat (limited to 'test/functional')
-rwxr-xr-xtest/functional/examples.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/examples.rb b/test/functional/examples.rb
index b8e0a2a..15f9ca3 100755
--- a/test/functional/examples.rb
+++ b/test/functional/examples.rb
@@ -38,7 +38,7 @@ end
<body>
<table class="CodeRay"><tr>
- <td class="line-numbers"><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">&quot;</span><span class="content">Hello, world!</span><span class="delimiter">&quot;</span></span></pre></td>
</tr></table>