[wp-meta] [Making WordPress.org] #7989: Extra space in SVN and Git command lines in PHPUnit setup documentation

Making WordPress.org noreply at wordpress.org
Sat May 31 12:40:44 UTC 2025


#7989: Extra space in SVN and Git command lines in PHPUnit setup documentation
---------------------------+--------------------
 Reporter:  ravigadhiyawp  |      Owner:  (none)
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:
Component:  Handbooks      |   Keywords:
---------------------------+--------------------
 There is a formatting issue on the following Core Handbook page:
 🔗 https://make.wordpress.org/core/handbook/testing/automated-
 testing/phpunit/

 Specifically, in the **"Step 1: Check out the test repository"** section,
 both the SVN and Git command lines contain **extra spacing** before
 `wordpress-develop` (Extra space between `/trunk/` and `wordpress-
 develop`). This may cause confusion for users copying and pasting the
 command.

 **Current Commands:**

 SVN: `svn co https://develop.svn.wordpress.org/trunk/ wordpress-develop`
 Git: `git clone git://develop.git.wordpress.org/ wordpress-develop`


 **Expected (Corrected) Commands:**

 SVN: `svn co https://develop.svn.wordpress.org/trunk/wordpress-develop`
 Git: `git clone git://develop.git.wordpress.org/wordpress-develop`

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/7989>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list