add floating point number
This commit is contained in:
parent
292cab039d
commit
e6f7c180de
|
@ -53,7 +53,7 @@ the rest.
|
||||||
```
|
```
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
A multiline string. Strips common prefixed whitespace. Evaluates to `"multi\n line\n string"`.
|
A multi-line string. Strips common prefixed whitespace. Evaluates to `"multi\n line\n string"`.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -80,6 +80,14 @@ the rest.
|
||||||
An integer
|
An integer
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
`3.141`
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
A floating point number
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
`./foo.png`
|
`./foo.png`
|
||||||
|
|
Loading…
Reference in a new issue