Skip to content

Possible regression in #182 #183

@swissspidy

Description

@swissspidy

Possible regression(s) added in #182 / #181 / #179 as I see some test failures.

db-command

Failure: https://github.com/wp-cli/db-command/actions/runs/13666781256/job/38218892103#step:11:58

Test: https://github.com/wp-cli/db-command/blob/e9c4e8ab61e99f7fa7e31e584c2b2b5d54d071db/features/db-columns.feature#L44-L52

Output:

$ wp db columns not_wp
+---------------+------+------+-----+---------+-------+
| Field         | Type | Null | Key | Default | Extra |
+---------------+------+------+-----+---------+-------+
| date          | date | NO   | PRI |         |       |
| awesome_stuff | text | YES  |     |         |       |
+---------------+------+------+-----+---------+-------+

$ wp db columns not_wp | cat
Field	Type	Null	Key	Default	Extra
date	date	NO	PRI		
awesome_stuff	text	YES

find-command

Failure: https://github.com/wp-cli/find-command/actions/runs/13666779769/job/38218964304#step:11:31

Test: https://github.com/wp-cli/find-command/blob/1487101a1bf3ed76b627b09790617ea470ad6a20/features/find.feature#L175-L179

search-replace-command

Failure: https://github.com/wp-cli/search-replace-command/actions/runs/13666792912/job/38219000957#step:11:65

Test: https://github.com/wp-cli/search-replace-command/blob/892570e343b8949e0643e6b12cb20dd92816852e/features/search-replace.feature#L671-L674

entity-command

Failures: https://github.com/wp-cli/entity-command/actions/runs/13666762683/job/38218928926#step:11:143

Here some tests probably need updating because of the line breaks. But others look like regressions from here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions