mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
tools: fox cmd/tools/vbump_test.v
This commit is contained in:
parent
f09826e928
commit
c963dc619e
1 changed files with 5 additions and 5 deletions
|
@ -64,10 +64,10 @@ fn main() {
|
||||||
// stuff
|
// stuff
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
line: 6
|
line: 5
|
||||||
expected_patch: " tool_version = '0.1.34'"
|
expected_patch: "const tool_version = '0.1.34'"
|
||||||
expected_minor: " tool_version = '0.2.0'"
|
expected_minor: "const tool_version = '0.2.0'"
|
||||||
expected_major: " tool_version = '1.0.0'"
|
expected_major: "const tool_version = '1.0.0'"
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue