diff options
author | Esteban Küber <esteban@kuber.com.ar> | 2022-12-27 11:03:59 -0800 |
---|---|---|
committer | Esteban Küber <esteban@kuber.com.ar> | 2022-12-29 09:13:40 -0800 |
commit | af74ca0666814e6c448259f2ab796435ababb664 (patch) | |
tree | 0ec81baab7726ed9c1afbd1cd4f3291726185245 /tests/rustdoc-js-std/parser-errors.js | |
parent | caa64e5b5e7605a1c1428b2a402021bef83f3e1e (diff) | |
download | rust-af74ca0666814e6c448259f2ab796435ababb664.tar.gz |
Account for multiple multiline spans with empty padding
Instead of
```
LL | fn oom(
| __^
| | _|
| ||
LL | || ) {
| ||_-
LL | | }
| |__^
```
emit
```
LL | // fn oom(
LL | || ) {
| ||_-
LL | | }
| |__^
```
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions