diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-03-10 21:12:53 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-03-10 21:12:53 +0100 |
commit | 3d7f34571a0b2e58ee90498bc54f160bda2bed45 (patch) | |
tree | 1c6ac0807a3beae63e3eedca70f5622d71f0c32a /test/functional | |
parent | 0d2d0bef962d27abb0b6d7423bce6010bb71976c (diff) | |
download | coderay-3d7f34571a0b2e58ee90498bc54f160bda2bed45.tar.gz |
fix #41 by removing special case
Also, clean up some code.
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/examples.rb | 2 |
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">"</span><span class="content">Hello, world!</span><span class="delimiter">"</span></span></pre></td> </tr></table> |