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(std/encoding/csv): enable skipped tests #4520

Merged
merged 10 commits into from
Mar 30, 2020
Merged

fix(std/encoding/csv): enable skipped tests #4520

merged 10 commits into from
Mar 30, 2020

Conversation

uki00a
Copy link
Contributor

@uki00a uki00a commented Mar 29, 2020

@uki00a uki00a marked this pull request as ready for review March 29, 2020 13:39
Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool - thanks! Just one comment...

std/encoding/csv.ts Outdated Show resolved Hide resolved
@@ -9,6 +11,11 @@ import { assert } from "../testing/asserts.ts";

const INVALID_RUNE = ["\r", "\n", '"'];

export const ErrBareQuote = 'bare " in non-quoted-field';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is conventional to do these as ERR_BARE_QUOTE in both JavaScript and Deno.

@uki00a uki00a requested a review from ry March 30, 2020 15:00
Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks @uki00a !

@ry ry merged commit a98512a into denoland:master Mar 30, 2020
@uki00a uki00a deleted the enable-skipped-tests-for-csv branch March 31, 2020 14:32
@uki00a
Copy link
Contributor Author

uki00a commented Mar 31, 2020

@ry @kitsonk Thanks for the review!

caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 21, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants