Fix parser_kep14 test

pull/23/merge
Aleksander Machniak 12 years ago
parent 145503a32d
commit 1d8e863445

@ -31,7 +31,7 @@ class Parser extends PHPUnit_Framework_TestCase
$result = array();
while ($file = readdir($dir)) {
if (preg_match('/^[a-z_]+$/', $file)) {
if (preg_match('/^[a-z0-9_]+$/', $file)) {
$input = file_get_contents($dir_path . '/' . $file);
if (file_exists($dir_path . '/' . $file . '.out')) {

@ -0,0 +1,3 @@
require ["variables"];
set "EDITOR" "Roundcube";
set "EDITOR_VERSION" "123";
Loading…
Cancel
Save