beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 425 forks source link

Fix test_str::test_conversion_types #806

Closed alexjdw closed 5 years ago

alexjdw commented 5 years ago

Str.format() with new-style formatting arguments a la https://docs.python.org/3.4/library/string.html#format-string-syntax now passes muster.

Replaces PR #804

PR Checklist:

martica commented 5 years ago

The 3.4 tests are failing because of a difference in error messages, but if you sync your PR to head, the 3.4 tests won't run anymore because we've removed 3.4 support.

alexjdw commented 5 years ago

I think that worked, thanks again for all of your help!

martica commented 5 years ago

Nice. All the tests are passing. Let me know if any of my comments are too cryptic.