Skip to content

Conversation

@addaleax
Copy link
Member

Add a test that verifies that non-ASCII characters may be used
in the source code provided to LoadEnvironment().

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Add a test that verifies that non-ASCII characters may be used in the source code provided to `LoadEnvironment()`.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jun 19, 2020
@addaleaxaddaleax mentioned this pull request Jun 19, 2020
2 tasks
@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Jun 19, 2020

@addaleaxaddaleax added the embedding Issues and PRs related to embedding Node.js in another project. label Jun 19, 2020
@addaleax
Copy link
MemberAuthor

Okay, fixed up the test here because whether V8 accepts 𝒂 in an identifier depends on whether intl is enabled or not … ;) I’m glad that all our compilers seem to be okay here, though.

@nodejs-github-bot
Copy link
Collaborator

1 similar comment
@addaleax
Copy link
MemberAuthor

@nodejs-github-bot
Copy link
Collaborator

jasnell pushed a commit that referenced this pull request Jun 26, 2020
Add a test that verifies that non-ASCII characters may be used in the source code provided to `LoadEnvironment()`. PR-URL: #33972 Reviewed-By: James M Snell <[email protected]>
@jasnell
Copy link
Member

Landed in db6e6e3

@jasnelljasnell closed this Jun 26, 2020
codebytere pushed a commit that referenced this pull request Jun 27, 2020
Add a test that verifies that non-ASCII characters may be used in the source code provided to `LoadEnvironment()`. PR-URL: #33972 Reviewed-By: James M Snell <[email protected]>
@codebyterecodebytere mentioned this pull request Jun 28, 2020
codebytere pushed a commit that referenced this pull request Jun 30, 2020
Add a test that verifies that non-ASCII characters may be used in the source code provided to `LoadEnvironment()`. PR-URL: #33972 Reviewed-By: James M Snell <[email protected]>
addaleax added a commit that referenced this pull request Sep 23, 2020
Add a test that verifies that non-ASCII characters may be used in the source code provided to `LoadEnvironment()`. PR-URL: #33972 Reviewed-By: James M Snell <[email protected]>
@codebyterecodebytere mentioned this pull request Sep 28, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.embeddingIssues and PRs related to embedding Node.js in another project.review wantedPRs that need reviews.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@addaleax@nodejs-github-bot@jasnell