parent
b36513a5b6
commit
0e56ec2dbd
2 changed files with 12 additions and 0 deletions
@ -0,0 +1,7 @@ |
||||
project('kwarg before arg', 'c') |
||||
|
||||
# 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') |
Loading…
Reference in new issue