X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/14b28c89c22659e1f935bc0ac22ee03d90bcc290..820f38708fd41a1b992716b1f65c9b0656f589d0:/tests/data/expression.diff diff --git a/tests/data/expression.diff b/tests/data/expression.diff index 629e101..f47ee1c 100644 --- a/tests/data/expression.diff +++ b/tests/data/expression.diff @@ -160,7 +160,7 @@ slice[0:1:2] slice[:] slice[:-1] -@@ -134,113 +169,171 @@ +@@ -134,112 +169,170 @@ numpy[-(c + 1) :, d] numpy[:, l[-2]] numpy[:, ::-1] @@ -179,7 +179,7 @@ -((i ** 2) for i, _ in ((1, 'a'), (2, 'b'), (3, 'c'))) +((i ** 2) for i, _ in ((1, "a"), (2, "b"), (3, "c"))) (((i ** 2) + j) for i in (1, 2, 3) for j in (1, 2, 3)) - (*starred) + (*starred,) -{"id": "1","type": "type","started_at": now(),"ended_at": now() + timedelta(days=10),"priority": 1,"import_session_id": 1,**kwargs} +{ + "id": "1", @@ -404,4 +404,3 @@ return True last_call() # standalone comment at ENDMARKER -