forked from C2FO/fast-csv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed try catch from emit to allow bubbling up of errors to process, if one is thrown C2FO#93 * This also fixed issue C2FO#92 where a loop was entered when `this.emit("error")` was called. * Added new tests
- Loading branch information
1 parent
9eb3d29
commit 3a5d376
Showing
7 changed files
with
40,104 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19997,5 +19997,5 @@ First1 Last1 [email protected] | |
|
||
"First'1" Last1 [email protected] 1 Street St, State ST, 88888 | ||
"First""1" Last1 [email protected] 1 Street St, State ST, 88888 | ||
"First""1" Last1 [email protected] 1 Street St, State ST, 88888 | ||
"First"1" Last1 [email protected] 1 Street St, State ST, 88888 | ||
First1 Last1 [email protected] 1 Street St, State ST, 88888 |
Oops, something went wrong.