ソースを参照

Allow hash (#) in URIs

Alois Mahdal 10 年 前
コミット
81e983ea93
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      ffoo/saturnin_www.sh

+ 1
- 1
ffoo/saturnin_www.sh ファイルの表示

45
     #
45
     #
46
     tr ' ' '\n' \
46
     tr ' ' '\n' \
47
       | perl -ne '
47
       | perl -ne '
48
-            next unless m|(\bhttps?://[[:alnum:]_:/.?&+%@=;~-]+)\b|;
48
+            next unless m|(\bhttps?://[[:alnum:]_:/.?#&+%@=;~-]+)\b|;
49
             print "$1\n";
49
             print "$1\n";
50
         ' \
50
         ' \
51
       | debug_pipe uri_lookalikes
51
       | debug_pipe uri_lookalikes