zen0wu / topcoder-greed

greedy editor for topcoder arena
Apache License 2.0
229 stars 48 forks source link

Grid containing whitespaces are not displayed in HTML properly #164

Open wookayin opened 9 years ago

wookayin commented 9 years ago

SRM633 Div2 250. Target

Returns 
{"#####",
 "# #",
 "# # #",
 "# #",
 "#####"}

We need to escape double ' ' with  

vexorian commented 9 years ago

maybe the non-breaking space would be better: [ ]

On Sun, Nov 2, 2014 at 10:53 PM, Jongwook Choi notifications@github.com wrote:

SRM633 Div2 250. Target

Returns {"#####", "# #", "# # #", "# #", "#####"}

We need to escape double ' ' with

— Reply to this email directly or view it on GitHub https://github.com/shivawu/topcoder-greed/issues/164.