New lines in templates
Đang mở
bug
- Ngôn ngữ chính
- Dart
- Star
- 1.1k
- Fork
- 113
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Im having trouble with new lines and empty lines when writing templates for mason.
For example:
Given `a` is `false` and `b` is `false`
Desired Output:
Empty file.
Given `a` is `false` and `b` is `true`
Desired Output:
```
B
```
Given `a` is `true` and `b` is `false`
Desired Output:
```
A
```
Given `a` is `true` and `b` is `true`
Desired Output:
```
A
B
```
How would the template of this scenario look like?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.