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

[runner] Add support for "folding" block delimiter #654

Merged
merged 1 commit into from
May 31, 2016

Conversation

jugglinmike
Copy link
Contributor

We recently began using the | character as a delimiter for YAML blocks in test files. The content of these blocks can confuse the custom YAML parser, disrupting test runs.

It looks like TC-39 has reached consensus on gh-647 ("Definitive decision for Test262 console runner"), but I'm not sure what that decision was.

In any case, the code is still in use, and this is a blocking bug (no pun intended--honest). The fix was simple enough; we can either merge it to master here, or allow consumers to apply the patch to their forks of the runner.

@leobalter
Copy link
Member

We can merge this as a final last to the test runner. While it's still here, let it be fixed.

@leobalter leobalter merged commit 330cea9 into tc39:master May 31, 2016
IgnoredAmbience added a commit to resource-reasoning/runtests that referenced this pull request Jun 21, 2016
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.

2 participants