Skip to content

Commit

Permalink
document other differences
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Oct 27, 2024
1 parent 852d422 commit 28c4fa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gsv.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ fn line_ending_to_string(le: LineEnding) -> String {
/// > - both `\n` and `\r\n` line endings are accepted.
/// > - a line can start with an empty field `,two,three`.
/// > - empty lines are allowed and just ignored.
/// > - lines are not forced to all have the same number of fields.
/// > - a line can end with a comma (meaning its last field is empty).
///
pub fn to_lists(input: String) -> Result(List(List(String)), ParseError) {
case input {
Expand Down

0 comments on commit 28c4fa2

Please sign in to comment.