Skip to content

[Fix] stringify: with arrayFormat: comma, include an explicit [] on a single-item array#441

Merged
ljharb merged 1 commit intomainfrom
434
Jun 6, 2022
Merged

[Fix] stringify: with arrayFormat: comma, include an explicit [] on a single-item array#441
ljharb merged 1 commit intomainfrom
434

Conversation

@ljharb
Copy link
Copy Markdown
Owner

@ljharb ljharb commented Jun 5, 2022

Fixes #434

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2022

Codecov Report

Merging #441 (4e44019) into main (113b990) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #441   +/-   ##
=======================================
  Coverage   99.85%   99.86%           
=======================================
  Files           8        8           
  Lines        1424     1440   +16     
  Branches      173      174    +1     
=======================================
+ Hits         1422     1438   +16     
  Misses          2        2           
Impacted Files Coverage Δ
lib/stringify.js 100.00% <100.00%> (ø)
test/parse.js 99.79% <100.00%> (+<0.01%) ⬆️
test/stringify.js 99.76% <100.00%> (+<0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 113b990...4e44019. Read the comment docs.

@ljharb ljharb merged commit 4e44019 into main Jun 6, 2022
@ljharb ljharb deleted the 434 branch June 6, 2022 18:45
ljharb added a commit that referenced this pull request Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parse single value as array

1 participant