Ziad Beyens

Results 121 issues of Ziad Beyens

https://user-images.githubusercontent.com/19695832/170839282-926b297b-4f19-4d93-873f-058f71c631b9.mp4 ### Given - cursor at block start after table ```tsx 11 12 a ``` ### When - delete backward ### Then - cursor is in last table cell ```tsx...

spec

https://user-images.githubusercontent.com/19695832/170839257-685061cb-64c4-4dfe-bb99-0645199dbb32.mp4 ### Given - selecting many table cells ```tsx 11 12 21 22 ``` ### When - delete fragment ### Then - delete cells content ```tsx 12 22 ```

spec

https://user-images.githubusercontent.com/19695832/170839196-69035a6d-f5de-489d-9ba3-60f62f3877ec.mp4 ### Given - table 2x2 ```tsx 11 12 21 22 ``` ### When - insert table 1x2 into cell 11 ```tsx a b ``` ### Then - first table...

spec

https://user-images.githubusercontent.com/19695832/170839179-fc0b6e86-3656-4496-b7de-02193cc63ef1.mp4 ### Given - table 2x2 ```tsx 11 12 21 22 ``` ### When - insert table 2x1 into cell 11 ```tsx a b ``` ### Then - first table...

spec

https://user-images.githubusercontent.com/19695832/170839151-2e917a77-6df7-4506-b3d1-981872a03b2c.mp4 ### Given - table 2x2 ```tsx 11 12 21 22 ``` ### When - copy cells 11-21 ### Then - should copy a subtable 2x1 with 11-21 cells ```tsx...

spec

https://user-images.githubusercontent.com/19695832/170839112-27a3c429-589e-4875-bea3-e527666a07a3.mp4 ### Given - table 2x2 ```tsx 11 12 21 22 ``` ### When - insert table 2x1 at cell 21 ```tsx a b ``` ### Then - cells 21...

spec

https://user-images.githubusercontent.com/19695832/170839070-fa3f8626-65df-47aa-b82c-4f13a1e646c9.mp4 ### Given - selecting many table cells ```tsx 11 12 21 22 ``` ### When - delete fragment ### Then - cursor is at the first deleted cell ```tsx...

spec

https://user-images.githubusercontent.com/19695832/170839034-ac5ab7e3-44ab-47b6-ac1b-7a30ba82722e.mp4 ### Given - table 2x2 - cursor at cell 21 ```tsx 11 12 21 22 test ``` ### When - press ↓ ### Then - cursor after table ```tsx...

spec

https://user-images.githubusercontent.com/19695832/170838816-869477bc-7e46-4b87-bbf2-23a24afccda7.mp4 ### Given - table 2x2 - cursor at a cell in first row ```tsx test 11 12 21 22 ``` ### When - press ↑ ### Then - cursor...

spec

https://user-images.githubusercontent.com/19695832/170838973-6dd99113-2ef3-4723-830f-998e43e41df3.mp4 ### Given - table 2x2 - cursor at cell 11 ```tsx 11 12 21 22 ``` ### When - press ↓ ### Then - cursor at cell 21 ```tsx...

spec