fix: noconfirm auto-selects first AUR match
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
project('kwarg before arg')
|
||||
|
||||
# All of these should fail, though only the first one will error out if
|
||||
# everything's working correctly.
|
||||
assert([] < 'st', 'should fail')
|
||||
assert([] < 1, 'should fail')
|
||||
assert(2 < 'st', 'should fail')
|
||||
Reference in New Issue
Block a user