Project

General

Profile

Bug #11990

Updated by whitequark (whitequark *) about 8 years ago

The following code reproduces the problem: problem" 

 ~~~ 
 p <<~E "    y" 
   x 
 E 
 ~~~ 

 It prints `"x\ny"`, but the second string is not dedenting. It should print `"x\n    y"`.

Back