Incorrect line break inside attribute value
Open
enhancement
- Dominant language
- PHP
- Stars
- 179
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
`Label`
translates to this:
```
\n
\n
Label\n
```
The expected output should be:
```
\n
\n
Label\n
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No file, test, or entry point is named. Reproduce the shown input and compare the formatter's handling of line breaks inside attribute values with breaks between elements; done means the attribute remains on one line while the expected element indentation is preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100