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')
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"stdout": [
|
||||
{
|
||||
"line": "test cases/failing/50 inconsistent comparison/meson.build:5:12: ERROR: Object <[ArrayHolder] holds [list]: []> of type array does not support the `<` operator."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user