mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
docs: add a v keyword next to the backticks in the strconv example (#10653)
This commit is contained in:
@@ -3512,7 +3512,7 @@ You can also define special test functions in a test file:
|
|||||||
|
|
||||||
If a test function has an error return type, any propagated errors will fail the test:
|
If a test function has an error return type, any propagated errors will fail the test:
|
||||||
|
|
||||||
```
|
```v
|
||||||
import strconv
|
import strconv
|
||||||
|
|
||||||
fn test_atoi() ? {
|
fn test_atoi() ? {
|
||||||
|
|||||||
Reference in New Issue
Block a user