Initiated by this Slack thread.
Scala test runner fails if a test name contains only numbers.
Somewhere during JUnit XML to Exercism JSON conversion, “name” becomes a number JSON type.
I tried to open a PR, but it got autoclosed.
Here’s a commit with a failing test and a commit with a fix.