Subject: | Fails to preserve link with consecutive commas at the end |
A link like https://www.example.com?32583,0,, will get extracted as https://www.example.com?32583,0
Subject: | cgi-untaint-url.t |
use Test::CGI::Untaint;
my $URL = 'https://www.example.com?32583,0,,';
is_extractable($URL, $URL, 'url');