Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Jun 6, 2022

Conversation

ljharb
Copy link
Owner

@ljharb ljharb commented Jun 5, 2022

Fixes #434

@codecov
Copy link

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