Procházet zdrojové kódy

replaced the term "paste" with the more generic "document"

kudos @Ribas160
El RIDO před 1 rokem
rodič
revize
2ef562e41e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      bin/configuration-test-generator

+ 1 - 1
bin/configuration-test-generator

@@ -575,7 +575,7 @@ EOT;
                 $code .= <<<'EOT'
 
         $this->assertMatchesRegularExpression(
-            '#<div[^>]*id="status"[^>]*>.*Paste was properly deleted[^<]*(<button|<\/div>)#s',
+            '#<div[^>]*id="status"[^>]*>.*Document was properly deleted[^<]*(<button|<\/div>)#s',
             $content,
             'outputs deleted status correctly'
         );