Closed TheVeryDarkness closed 1 year ago
@tomtau yes, I add several tests and add some improvement to my implementation. By the way, I also implemented Display for Expr just now :)
I'm wondering why github is showing the commit from another branch master but not patch2, which is used to deal with Display.
Oops, I create the new branch based on my working branch by mistake. I'll create a new branch and a new pull request then.
Fix an error of implementation of Display for OptimizedExpr, which will break the line when it contains a control character such as \n or \r.