oils-for-unix / oils

Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
http://www.oilshell.org/
Other
2.85k stars 159 forks source link

Fix pp tabular #2032

Closed justinpombrio closed 4 months ago

justinpombrio commented 4 months ago

Fix a bug in pretty printing tabular alignment (it must force elements to be flat).

The new test case is robust against differing values of _DEFAULT_MAX_TABULAR_WIDTH.