mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sort: handle .sort(a.field > b.field)
This commit is contained in:
@ -56,7 +56,7 @@ fn flag_should_be_set(cmd cli.Command) ? {
|
||||
flag := cmd.flags.get_string('flag')?
|
||||
assert flag == 'value'
|
||||
}
|
||||
|
||||
|
||||
fn test_if_flag_gets_set() {
|
||||
mut cmd := cli.Command{
|
||||
name: 'command'
|
||||
|
Reference in New Issue
Block a user