Explorar o código

carp 1.25 requires an extra "." ref: https://rt.cpan.org/Public/Bug/Display.html?id=75502

Aditya Ivaturi %!s(int64=13) %!d(string=hai) anos
pai
achega
0022981c05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      t/01-driver.t

+ 1 - 1
t/01-driver.t

@@ -165,7 +165,7 @@ FIND: {
          . " at " . __FILE__ . " line " . (__LINE__+1);
         eval { $driver->find_element("element_that_doesnt_exist","id"); };
         chomp $@;
-        is($@,$expected_err,"find_element croaks properly");
+        is($@,$expected_err.".","find_element croaks properly");
       }
 
 EXECUTE: {