Issue when dealing with multiline variable.
Open
- Dominant language
- Rust
- Stars
- 1k
- Forks
- 132
- Avg merge
- 11m
- Merged PRs (30d)
- 1
Description
For the following line, ninja report error `'inline_value1' doesn't match the target pattern.`
```
VAR := initvalue
VAR += \
some_value1 \
some_value2 \
VAR += inline_value1 inline_value2
```
Mixing multiline with single line will cause this issue. And if I put single line ahead, the problem gone.
Contributor guide
Assessment
This issue has not been assessed yet.