~~ lineWidth: 40, arguments.preferHanging: always ~~
== should not throw error about finishIndent being called without a corresponding startIndent (skip-format-twice) ==
// skip format twice because preferSingleLine is false
t(u, tbdstdddddbbSftt ? dddddmdd : testt);

[expect]
// skip format twice because preferSingleLine is false
t(u,
    tbdstdddddbbSftt
        ? dddddmdd
        : testt);
