X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1dadeef47aafeef1c52c64db9aef3b038bd609ea..8c74d7901fe8de0abd72a182d775b639b4202577:/tests/expression.diff diff --git a/tests/expression.diff b/tests/expression.diff index 21209f6..dfca37c 100644 --- a/tests/expression.diff +++ b/tests/expression.diff @@ -128,7 +128,7 @@ ] slice[0] slice[0:1] -@@ -124,107 +144,154 @@ +@@ -124,107 +144,159 @@ numpy[-(c + 1) :, d] numpy[:, l[-2]] numpy[:, ::-1] @@ -173,9 +173,14 @@ +what_is_up_with_those_new_coord_names = (coord_names | set(vars_to_create)) - set( + vars_to_remove +) -+result = session.query(models.Customer.id).filter( -+ models.Customer.account_id == account_id, models.Customer.email == email_address -+).order_by(models.Customer.id.asc()).all() ++result = ( ++ session.query(models.Customer.id) ++ .filter( ++ models.Customer.account_id == account_id, models.Customer.email == email_address ++ ) ++ .order_by(models.Customer.id.asc()) ++ .all() ++) Ø = set() authors.łukasz.say_thanks() mapping = {