google / google/kati

Issue when dealing with multiline variable.

Open
#88 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.