Originally created by @bioball on GitHub (Dec 5, 2025).
This code:
echo" "| pkl format - | jq -Rs .
Produces:
" \n\n"
The extra \n is due to #1346.
But there also shouldn't be an extra space here.
Originally created by @bioball on GitHub (Dec 5, 2025).
This code:
```bash
echo " " | pkl format - | jq -Rs .
```
Produces:
```json
" \n\n"
```
The extra `\n` is due to #1346.
But there also shouldn't be an extra space here.
adam
added the bug label 2025-12-30 01:23:54 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @bioball on GitHub (Dec 5, 2025).
This code:
Produces:
The extra
\nis due to #1346.But there also shouldn't be an extra space here.