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

Added an output.txt for end-to-end Dictionary tests #512

Merged
merged 1 commit into from
Nov 2, 2018

Conversation

JoshuaKGoldberg
Copy link
Member

Required fixing up loops or lookups in a few languages:

  • JavaScript and TypeScript were using .hasOwnProperty( instead of {}.hasOwnProperty.call(
  • Python was using iteritems() instead of items()
  • TypeScript was printing types in for loops

Continues #506

Required fixing up loops or lookups in a few languages:
* JavaScript and TypeScript were using `.hasOwnProperty(` instead of `{}.hasOwnProperty.call(`
* Python was using `iteritems()` instead of `items()`
* TypeScript was printing types in `for` loops
@JoshuaKGoldberg JoshuaKGoldberg merged commit e0950d1 into master Nov 2, 2018
@JoshuaKGoldberg JoshuaKGoldberg deleted the end-to-end/dictionaries branch November 2, 2018 21:33
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.

1 participant