beeware / batavia

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

Accounted for the length of the keyword argument + () when substituti… #820

Closed alexjdw closed 5 years ago

alexjdw commented 5 years ago

When using old-style format with a dictionary, keyword args weren't being properly replaced. Seems to be fixed.

PR Checklist: