mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
add multi-line string
This commit is contained in:
parent
f165a8ae08
commit
292cab039d
1 changed files with 12 additions and 0 deletions
|
@ -43,6 +43,18 @@ the rest.
|
|||
<td>
|
||||
A string
|
||||
</td>
|
||||
<td>
|
||||
```
|
||||
''
|
||||
multi
|
||||
line
|
||||
string
|
||||
''
|
||||
```
|
||||
</td>
|
||||
<td>
|
||||
A multiline string. Strips common prefixed whitespace. Evaluates to `"multi\n line\n string"`.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue