CSV.encoder fails on multiline string #22337
Labels
Status: Confirmed
This bug has been confirmed to be valid by a contributor.
Unit: vlib
Bugs/feature requests, that are related to the vlib.
Describe the bug
See code example
Reproduction Steps
Expected Behavior
It should output
['x', 'y']
['a', 'b', 'c']
Current Behavior
['x', 'y']
['a', 'b', '']
Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.7 d9a3a3a.1cac0c3
Environment details (OS name and version, etc.)
V full version: V 0.4.7 d9a3a3a.1cac0c3
OS: macos, macOS, 14.6.1, 23G93
Processor: 12 cpus, 64bit, little endian, Apple M2 Max
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: