Changeset 16990

Show
Ignore:
Timestamp:
08/02/08 22:56:08 (5 years ago)
Author:
tokuhirom
Message:

oops

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/mobirc/trunk/t/Plugins/MessageBodyFilter/clickable.t

    r13231 r16990  
    3131text: http://d.hatena.ne.jp/ 
    3232conf: ~ 
    33 --- expected: <a href="http://d.hatena.ne.jp/" rel="nofollow" class="url">http://d.hatena.ne.jp/</a> 
     33--- expected: <a href="http://d.hatena.ne.jp/" rel="nofollow" class="url" target="_blank">http://d.hatena.ne.jp/</a> 
    3434 
    3535=== basic with amp 
     
    3737text: http://www.google.co.jp/search?hl=ja&q=foo 
    3838conf: ~ 
    39 --- expected: <a href="http://www.google.co.jp/search?hl=ja&amp;q=foo" rel="nofollow" class="url">http://www.google.co.jp/search?hl=ja&amp;q=foo</a> 
     39--- expected: <a href="http://www.google.co.jp/search?hl=ja&amp;q=foo" rel="nofollow" class="url" target="_blank">http://www.google.co.jp/search?hl=ja&amp;q=foo</a> 
    4040 
    4141=== basic scheme restrict 
     
    5151conf: 
    5252  http_link_string: $host$path 
    53 --- expected: <a href="http://d.hatena.ne.jp/hatenachan/" rel="nofollow" class="url">d.hatena.ne.jp/hatenachan/</a> 
     53--- expected: <a href="http://d.hatena.ne.jp/hatenachan/" rel="nofollow" class="url" target="_blank">d.hatena.ne.jp/hatenachan/</a> 
    5454 
    5555=== tel 
     
    5757text: 000-0000-0000 
    5858conf: ~ 
    59 --- expected: <a href="tel:00000000000" rel="nofollow" class="url">000-0000-0000</a> 
     59--- expected: <a href="tel:00000000000" rel="nofollow" class="url" target="_blank">000-0000-0000</a> 
    6060 
    6161=== tel with scheme 
     
    6363text: tel:000-0000-0000 
    6464conf: ~ 
    65 --- expected: <a href="tel:00000000000" rel="nofollow" class="url">tel:000-0000-0000</a> 
     65--- expected: <a href="tel:00000000000" rel="nofollow" class="url" target="_blank">tel:000-0000-0000</a> 
    6666 
    6767=== mailto 
     
    6969text: aaa@example.com 
    7070conf: ~ 
    71 --- expected: <a href="mailto:aaa@example.com" rel="nofollow" class="url">aaa@example.com</a> 
     71--- expected: <a href="mailto:aaa@example.com" rel="nofollow" class="url" target="_blank">aaa@example.com</a> 
    7272 
    7373=== mailto with scheme 
     
    7575text: mailto:aaa@example.com 
    7676conf: ~ 
    77 --- expected: <a href="mailto:aaa@example.com" rel="nofollow" class="url">mailto:aaa@example.com</a> 
     77--- expected: <a href="mailto:aaa@example.com" rel="nofollow" class="url" target="_blank">mailto:aaa@example.com</a> 
    7878 
    7979=== mailto 
     
    8181text: <aaa@example.com> 
    8282conf: ~ 
    83 --- expected: <a href="mailto:aaa@example.com" rel="nofollow" class="url">&lt;mailto:aaa@example.com&gt;</a> 
     83--- expected: <a href="mailto:aaa@example.com" rel="nofollow" class="url" target="_blank">&lt;mailto:aaa@example.com&gt;</a> 
    8484 
    8585=== pocket hatena 
     
    8888conf: 
    8989  pocket_hatena: 1 
    90 --- expected: <a href="http://d.hatena.ne.jp/" rel="nofollow" class="url">http://d.hatena.ne.jp/</a><a href="http://mgw.hatena.ne.jp/?url=http%3A%2F%2Fd.hatena.ne.jp%2F;noimage=0;split=1" rel="nofollow" class="pocket_hatena">[ph]</a> 
     90--- expected: <a href="http://d.hatena.ne.jp/" rel="nofollow" class="url" target="_blank">http://d.hatena.ne.jp/</a><a href="http://mgw.hatena.ne.jp/?url=http%3A%2F%2Fd.hatena.ne.jp%2F;noimage=0;split=1" rel="nofollow" class="pocket_hatena" target="_blank">[ph]</a> 
    9191 
    9292=== au_pcsv 
     
    9595conf: 
    9696  au_pcsv: 1 
    97 --- expected: <a href="http://d.hatena.ne.jp/" rel="nofollow" class="url">http://d.hatena.ne.jp/</a><a href="device:pcsiteviewer?url=http://d.hatena.ne.jp/" rel="nofollow" class="au_pcsv">[PCSV]</a> 
     97--- expected: <a href="http://d.hatena.ne.jp/" rel="nofollow" class="url" target="_blank">http://d.hatena.ne.jp/</a><a href="device:pcsiteviewer?url=http://d.hatena.ne.jp/" rel="nofollow" class="au_pcsv" target="_blank">[PCSV]</a> 
    9898 
    9999=== au_pcsv with amp 
     
    102102conf: 
    103103  au_pcsv: 1 
    104 --- expected: <a href="http://www.google.co.jp/search?hl=ja&amp;q=foo" rel="nofollow" class="url">http://www.google.co.jp/search?hl=ja&amp;q=foo</a><a href="device:pcsiteviewer?url=http://www.google.co.jp/search?hl=ja&amp;q=foo" rel="nofollow" class="au_pcsv">[PCSV]</a> 
     104--- expected: <a href="http://www.google.co.jp/search?hl=ja&amp;q=foo" rel="nofollow" class="url" target="_blank">http://www.google.co.jp/search?hl=ja&amp;q=foo</a><a href="device:pcsiteviewer?url=http://www.google.co.jp/search?hl=ja&amp;q=foo" rel="nofollow" class="au_pcsv" target="_blank">[PCSV]</a> 
    105105 
    106106=== google_gwt 
     
    109109conf: 
    110110  google_gwt: 1 
    111 --- expected: <a href="http://d.hatena.ne.jp/" rel="nofollow" class="url">http://d.hatena.ne.jp/</a><a href="http://www.google.co.jp/gwt/n?u=http%3A%2F%2Fd.hatena.ne.jp%2F;_gwt_noimg=0" rel="nofollow" class="google_gwt">[gwt]</a> 
     111--- expected: <a href="http://d.hatena.ne.jp/" rel="nofollow" class="url" target="_blank">http://d.hatena.ne.jp/</a><a href="http://www.google.co.jp/gwt/n?u=http%3A%2F%2Fd.hatena.ne.jp%2F;_gwt_noimg=0" rel="nofollow" class="google_gwt" target="_blank">[gwt]</a> 
    112112