Skip to content

Display empty strings correctly in invocation parameter matrix - #185

Merged
paul-brooks merged 1 commit into
kensa-dev:masterfrom
michaelomichael:display-empty-strings-in-invocation-parameter-matrix
Aug 19, 2026
Merged

Display empty strings correctly in invocation parameter matrix#185
paul-brooks merged 1 commit into
kensa-dev:masterfrom
michaelomichael:display-empty-strings-in-invocation-parameter-matrix

Conversation

@michaelomichael

Copy link
Copy Markdown
Contributor

Displays empty string parameter values as "" in the table at the top of the test, rather than null.

Example

My test was invoked several times, sometimes passing in null and sometimes passing in "" as parameter values, but both cases always displayed misleadingly as null in the table:
before

This PR fixes it so the empty strings appear as "", to distinguish them from a genuine null value:
after

@paul-brooks
paul-brooks merged commit 1cbdac4 into kensa-dev:master Aug 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants