php-school / learn-you-php

🏆 Learn You PHP! - An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.

Home Page:http://www.phpschool.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyFirstIo solution output

adam-paterson opened this issue · 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.