X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/728e5a2f1ed16e2cfe0ca5586edac6c10da436c5..c1a962b88519b42e487ecf3c531bfc689ca1dedf:/tests/expression.diff diff --git a/tests/expression.diff b/tests/expression.diff index 2632349..8b73f32 100644 --- a/tests/expression.diff +++ b/tests/expression.diff @@ -147,7 +147,7 @@ slice[0:1:2] slice[:] slice[:-1] -@@ -133,107 +156,159 @@ +@@ -133,109 +156,161 @@ numpy[-(c + 1) :, d] numpy[:, l[-2]] numpy[:, ::-1] @@ -183,6 +183,8 @@ c = 1 d = (1,) + a + (2,) e = (1,).count(1) + f = 1, *range(10) + g = 1, *"ten" -what_is_up_with_those_new_coord_names = (coord_names + set(vars_to_create)) + set(vars_to_remove) -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()