We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448644a commit a9142c4Copy full SHA for a9142c4
tests/Unit/SettingsAddPathsTest.php
@@ -59,6 +59,17 @@ public static function dataAddPaths()
59
'extra' => array('path/1', 'path/subdir/3'),
60
'expected' => array('path/1', 'path/subdir/2', 'path/1', 'path/subdir/3'),
61
),
62
+ 'Paths passed on CLI, paths with spaces' => array(
63
+ 'original' => array('path with/spaces between/1', 'path with/spaces between/subdir/2'),
64
+ 'extra' => array('path/1', 'path/subdir/3', 'path/with spaces'),
65
+ 'expected' => array(
66
+ 'path with/spaces between/1',
67
+ 'path with/spaces between/subdir/2',
68
+ 'path/1',
69
+ 'path/subdir/3',
70
+ 'path/with spaces'
71
+ ),
72
+ )
73
);
74
}
75
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments