about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/parser-errors.js
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2022-12-27 11:03:59 -0800
committerEsteban Küber <esteban@kuber.com.ar>2022-12-29 09:13:40 -0800
commit315bb10405ec6082f46c73791bed24a134a307c7 (patch)
treef7a69119717688e098a0c3eb6dc2d8b0653e0a1a /tests/rustdoc-js-std/parser-errors.js
parent24444945ec96dbe0dd593ed5bda57d22464a7106 (diff)
downloadrust-315bb10405ec6082f46c73791bed24a134a307c7.tar.gz
rust-315bb10405ec6082f46c73791bed24a134a307c7.zip
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