Преглед изворни кода

Allow semicolon (';') in URI

Alois Mahdal пре 11 година
родитељ
комит
cd8ea5bcab
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      ffoo/www.sh

+ 1
- 1
ffoo/www.sh Прегледај датотеку

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