mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Typofixes (#11096)
* Fixing typo in private method name * Various comment-related typofixes
This commit is contained in:
parent
05aecfbe8b
commit
08c04d2c9c
5 changed files with 7 additions and 7 deletions
|
@ -180,10 +180,10 @@ class ProcessExecutorTest extends TestCase
|
|||
// double-quotes must be backslash-escaped
|
||||
'dq' => ['a"bc', 'a\^"bc', "'a\"bc'"],
|
||||
|
||||
// double-quotes must be backslash-escaped with preceeding backslashes doubled
|
||||
// double-quotes must be backslash-escaped with preceding backslashes doubled
|
||||
'dq-bslash' => ['a\\"bc', 'a\\\\\^"bc', "'a\\\"bc'"],
|
||||
|
||||
// backslashes not preceeding a double-quote are treated as literal
|
||||
// backslashes not preceding a double-quote are treated as literal
|
||||
'bslash' => ['ab\\\\c\\', 'ab\\\\c\\', "'ab\\\\c\\'"],
|
||||
|
||||
// trailing backslashes must be doubled up when the argument is quoted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue