Skip to content

Commit

Permalink
tools: fox cmd/tools/vbump_test.v
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Nov 25, 2023
1 parent f09826e commit c963dc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/tools/vbump_test.v
Expand Up @@ -57,17 +57,17 @@ version = '1.5.1'
import os
import flag
const tool_name = os.file_name(os.executable())
const tool_name = os.file_name(os.executable())
const tool_version = '0.1.33'
fn main() {
// stuff
}
"
line: 6
expected_patch: " tool_version = '0.1.34'"
expected_minor: " tool_version = '0.2.0'"
expected_major: " tool_version = '1.0.0'"
line: 5
expected_patch: "const tool_version = '0.1.34'"
expected_minor: "const tool_version = '0.2.0'"
expected_major: "const tool_version = '1.0.0'"
},
]

Expand Down

0 comments on commit c963dc6

Please sign in to comment.