all: change empty comment to newline (#22053)

This commit is contained in:
yuyi 2024-08-16 17:09:30 +08:00 committed by GitHub
parent 38e23a76f3
commit cb58db56ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 31 additions and 33 deletions

View file

@ -41,7 +41,7 @@ fn main() {
To find when a feature was implemented (feature.v should succeed on master):
./v run cmd/tools/regress.v --old a7019ac --command "! ./v run /abs/path/to/feature.v"')
fp.skip_executable()
//
context.new_commit = fp.string('new', `n`, 'master', 'The new commit, by default: master.')
context.old_commit = fp.string('old', `o`, '', 'A known old commit, required (for it, COMMAND should exit with 0).')
context.command = fp.string('command', `c`, '', 'A command to execute. Should exit with 0 for the *old* commits.')