diff options
| author | Delapouite <delapouite@gmail.com> | 2018-02-13 14:35:10 +0100 |
|---|---|---|
| committer | Delapouite <delapouite@gmail.com> | 2018-02-13 14:35:10 +0100 |
| commit | fccfc76e8935a3ce0cd89f6c03d2aae13b8af077 (patch) | |
| tree | 2a112d31b68827df190d2a8748c67fb65fe190ed /test/normal/trim/table | |
| parent | c939c30135930ebe6dbf963649e81a732e0830af (diff) | |
Add trim_selections primitive
Diffstat (limited to 'test/normal/trim/table')
| -rw-r--r-- | test/normal/trim/table/cmd | 1 | ||||
| -rw-r--r-- | test/normal/trim/table/in | 4 | ||||
| -rw-r--r-- | test/normal/trim/table/selections | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/test/normal/trim/table/cmd b/test/normal/trim/table/cmd new file mode 100644 index 00000000..31354ec1 --- /dev/null +++ b/test/normal/trim/table/cmd @@ -0,0 +1 @@ +_ diff --git a/test/normal/trim/table/in b/test/normal/trim/table/in new file mode 100644 index 00000000..78114048 --- /dev/null +++ b/test/normal/trim/table/in @@ -0,0 +1,4 @@ +| | | | | +|:------|------:|:------:|----------------| +|%(foo )|%( bar)|%( qux )|%( pop )%( hip )| +%( kakoune ) diff --git a/test/normal/trim/table/selections b/test/normal/trim/table/selections new file mode 100644 index 00000000..ed988a11 --- /dev/null +++ b/test/normal/trim/table/selections @@ -0,0 +1 @@ +foo:bar:qux:pop:hip:kakoune |
