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

Three-way merge with web-platform-tests #39

Closed
wants to merge 2 commits into from
Closed

Conversation

assert_eq!(port, expected_port);
match port {
None => assert_eq!(None, expected_port),
Some(port) => assert_eq!(Some(port.to_string()), expected_port)

This comment has been minimized.

@untitaker

untitaker Nov 2, 2015

Contributor

You can use assert_eq!(port.map(|x| x.to_string()), expected_port) here.

@SimonSapin
Copy link
Member

SimonSapin commented Apr 21, 2016

Closing, 1c9fb2f copied urltestdata.json (which now replaces urltestdata.txt) from wpt.

@SimonSapin SimonSapin closed this Apr 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.