Ledger - testing locally

Hi,
I am currently solving the Ledger task. I downloaded it so that I could solve it locally. And while each version of the modified code passes correctly on the website, in my IDE (Intellij) two tests always fail:

euros()

dutchLocaleAndEuros()

The problem results from the additional spaces that my code generates in the change column.
I assume that when downloading the task to disk, it was downloaded in exactly the same form as it is used on the website. Have any of you encountered this IDE behavior? Maybe it’s a matter of encoding the euro sign? Or this is just a bug?
I can live with it, but it bothers me a bit.