php-school/learn-you-php

MyFirstIo solution output

adam-paterson opened this issue · 2 comments

It's only minor, but the solution for My First IO contains an escaped character which escapes in the terminal output too.

Is this the "\n" ? php-school/php-workshop#80 ?

We have to override the php-parser pretty printer to fix this. Last time I tried I broke loads of tests, definitely needs fixing though, just requires a bit more effort :(

Yeah, that's the one. I've played around too but broke the tests as well.