aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/wide
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/fixtures/wide')
-rw-r--r--tests/data/fixtures/wide/1.json31
-rw-r--r--tests/data/fixtures/wide/1.typescript1
-rw-r--r--tests/data/fixtures/wide/10.json8
-rw-r--r--tests/data/fixtures/wide/10.typescript1
-rw-r--r--tests/data/fixtures/wide/11.json8
-rw-r--r--tests/data/fixtures/wide/11.typescript1
-rw-r--r--tests/data/fixtures/wide/12.json8
-rw-r--r--tests/data/fixtures/wide/12.typescript1
-rw-r--r--tests/data/fixtures/wide/13.json8
-rw-r--r--tests/data/fixtures/wide/13.typescript1
-rw-r--r--tests/data/fixtures/wide/14.json8
-rw-r--r--tests/data/fixtures/wide/14.typescript1
-rw-r--r--tests/data/fixtures/wide/15.json8
-rw-r--r--tests/data/fixtures/wide/15.typescript1
-rw-r--r--tests/data/fixtures/wide/16.json8
-rw-r--r--tests/data/fixtures/wide/16.typescript1
-rw-r--r--tests/data/fixtures/wide/17.json17
-rw-r--r--tests/data/fixtures/wide/17.typescript1
-rw-r--r--tests/data/fixtures/wide/18.json8
-rw-r--r--tests/data/fixtures/wide/18.typescript1
-rw-r--r--tests/data/fixtures/wide/19.json20
-rw-r--r--tests/data/fixtures/wide/19.typescript1
-rw-r--r--tests/data/fixtures/wide/2.json31
-rw-r--r--tests/data/fixtures/wide/2.typescript1
-rw-r--r--tests/data/fixtures/wide/20.json12
-rw-r--r--tests/data/fixtures/wide/20.typescript1
-rw-r--r--tests/data/fixtures/wide/21.json8
-rw-r--r--tests/data/fixtures/wide/21.typescript1
-rw-r--r--tests/data/fixtures/wide/22.json8
-rw-r--r--tests/data/fixtures/wide/22.typescript1
-rw-r--r--tests/data/fixtures/wide/3.json49
-rw-r--r--tests/data/fixtures/wide/3.typescript1
-rw-r--r--tests/data/fixtures/wide/4.json46
-rw-r--r--tests/data/fixtures/wide/4.typescript1
-rw-r--r--tests/data/fixtures/wide/5.json49
-rw-r--r--tests/data/fixtures/wide/5.typescript1
-rw-r--r--tests/data/fixtures/wide/6.json46
-rw-r--r--tests/data/fixtures/wide/6.typescript1
-rw-r--r--tests/data/fixtures/wide/7.json12
-rw-r--r--tests/data/fixtures/wide/7.typescript1
-rw-r--r--tests/data/fixtures/wide/8.json17
-rw-r--r--tests/data/fixtures/wide/8.typescript1
-rw-r--r--tests/data/fixtures/wide/9.json17
-rw-r--r--tests/data/fixtures/wide/9.typescript1
44 files changed, 449 insertions, 0 deletions
diff --git a/tests/data/fixtures/wide/1.json b/tests/data/fixtures/wide/1.json
new file mode 100644
index 0000000..d192911
--- /dev/null
+++ b/tests/data/fixtures/wide/1.json
@@ -0,0 +1,31 @@
+{
+ "contents": "aデbネ",
+ "cells": {
+ "0,0": {
+ "contents": "a"
+ },
+ "0,1": {
+ "contents": "デ",
+ "is_wide": true
+ },
+ "0,2": {
+ "contents": "",
+ "is_wide_continuation": true
+ },
+ "0,3": {
+ "contents": "b"
+ },
+ "0,4": {
+ "contents": "ネ",
+ "is_wide": true
+ },
+ "0,5": {
+ "contents": "",
+ "is_wide_continuation": true
+ }
+ },
+ "cursor_position": [
+ 0,
+ 6
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/1.typescript b/tests/data/fixtures/wide/1.typescript
new file mode 100644
index 0000000..33de4d4
--- /dev/null
+++ b/tests/data/fixtures/wide/1.typescript
@@ -0,0 +1 @@
+aデbネ \ No newline at end of file
diff --git a/tests/data/fixtures/wide/10.json b/tests/data/fixtures/wide/10.json
new file mode 100644
index 0000000..f7dae31
--- /dev/null
+++ b/tests/data/fixtures/wide/10.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/10.typescript b/tests/data/fixtures/wide/10.typescript
new file mode 100644
index 0000000..d910cf6
--- /dev/null
+++ b/tests/data/fixtures/wide/10.typescript
@@ -0,0 +1 @@
+cデ \ No newline at end of file
diff --git a/tests/data/fixtures/wide/11.json b/tests/data/fixtures/wide/11.json
new file mode 100644
index 0000000..f7dae31
--- /dev/null
+++ b/tests/data/fixtures/wide/11.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/11.typescript b/tests/data/fixtures/wide/11.typescript
new file mode 100644
index 0000000..72241fd
--- /dev/null
+++ b/tests/data/fixtures/wide/11.typescript
@@ -0,0 +1 @@
+caデ \ No newline at end of file
diff --git a/tests/data/fixtures/wide/12.json b/tests/data/fixtures/wide/12.json
new file mode 100644
index 0000000..f7dae31
--- /dev/null
+++ b/tests/data/fixtures/wide/12.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/12.typescript b/tests/data/fixtures/wide/12.typescript
new file mode 100644
index 0000000..abc42a1
--- /dev/null
+++ b/tests/data/fixtures/wide/12.typescript
@@ -0,0 +1 @@
+cデ \ No newline at end of file
diff --git a/tests/data/fixtures/wide/13.json b/tests/data/fixtures/wide/13.json
new file mode 100644
index 0000000..f7dae31
--- /dev/null
+++ b/tests/data/fixtures/wide/13.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/13.typescript b/tests/data/fixtures/wide/13.typescript
new file mode 100644
index 0000000..668eb2b
--- /dev/null
+++ b/tests/data/fixtures/wide/13.typescript
@@ -0,0 +1 @@
+caデ \ No newline at end of file
diff --git a/tests/data/fixtures/wide/14.json b/tests/data/fixtures/wide/14.json
new file mode 100644
index 0000000..f7dae31
--- /dev/null
+++ b/tests/data/fixtures/wide/14.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/14.typescript b/tests/data/fixtures/wide/14.typescript
new file mode 100644
index 0000000..d284b2a
--- /dev/null
+++ b/tests/data/fixtures/wide/14.typescript
@@ -0,0 +1 @@
+cデ \ No newline at end of file
diff --git a/tests/data/fixtures/wide/15.json b/tests/data/fixtures/wide/15.json
new file mode 100644
index 0000000..bb83ae4
--- /dev/null
+++ b/tests/data/fixtures/wide/15.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/15.typescript b/tests/data/fixtures/wide/15.typescript
new file mode 100644
index 0000000..4af43c4
--- /dev/null
+++ b/tests/data/fixtures/wide/15.typescript
@@ -0,0 +1 @@
+cデ \ No newline at end of file
diff --git a/tests/data/fixtures/wide/16.json b/tests/data/fixtures/wide/16.json
new file mode 100644
index 0000000..bb83ae4
--- /dev/null
+++ b/tests/data/fixtures/wide/16.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/16.typescript b/tests/data/fixtures/wide/16.typescript
new file mode 100644
index 0000000..2941336
--- /dev/null
+++ b/tests/data/fixtures/wide/16.typescript
@@ -0,0 +1 @@
+caデ \ No newline at end of file
diff --git a/tests/data/fixtures/wide/17.json b/tests/data/fixtures/wide/17.json
new file mode 100644
index 0000000..2a19c52
--- /dev/null
+++ b/tests/data/fixtures/wide/17.json
@@ -0,0 +1,17 @@
+{
+ "contents": " ネ",
+ "cells": {
+ "0,1": {
+ "contents": "ネ",
+ "is_wide": true
+ },
+ "0,2": {
+ "contents": "",
+ "is_wide_continuation": true
+ }
+ },
+ "cursor_position": [
+ 0,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/17.typescript b/tests/data/fixtures/wide/17.typescript
new file mode 100644
index 0000000..e432869
--- /dev/null
+++ b/tests/data/fixtures/wide/17.typescript
@@ -0,0 +1 @@
+cデネ \ No newline at end of file
diff --git a/tests/data/fixtures/wide/18.json b/tests/data/fixtures/wide/18.json
new file mode 100644
index 0000000..f7dae31
--- /dev/null
+++ b/tests/data/fixtures/wide/18.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/18.typescript b/tests/data/fixtures/wide/18.typescript
new file mode 100644
index 0000000..678b116
--- /dev/null
+++ b/tests/data/fixtures/wide/18.typescript
@@ -0,0 +1 @@
+cデネ \ No newline at end of file
diff --git a/tests/data/fixtures/wide/19.json b/tests/data/fixtures/wide/19.json
new file mode 100644
index 0000000..9edad5b
--- /dev/null
+++ b/tests/data/fixtures/wide/19.json
@@ -0,0 +1,20 @@
+{
+ "contents": " ネa",
+ "cells": {
+ "0,1": {
+ "contents": "ネ",
+ "is_wide": true
+ },
+ "0,2": {
+ "contents": "",
+ "is_wide_continuation": true
+ },
+ "0,3": {
+ "contents": "a"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/19.typescript b/tests/data/fixtures/wide/19.typescript
new file mode 100644
index 0000000..bbb4b0d
--- /dev/null
+++ b/tests/data/fixtures/wide/19.typescript
@@ -0,0 +1 @@
+cデネa \ No newline at end of file
diff --git a/tests/data/fixtures/wide/2.json b/tests/data/fixtures/wide/2.json
new file mode 100644
index 0000000..a5ddff8
--- /dev/null
+++ b/tests/data/fixtures/wide/2.json
@@ -0,0 +1,31 @@
+{
+ "contents": "aデcネ",
+ "cells": {
+ "0,0": {
+ "contents": "a"
+ },
+ "0,1": {
+ "contents": "デ",
+ "is_wide": true
+ },
+ "0,2": {
+ "contents": "",
+ "is_wide_continuation": true
+ },
+ "0,3": {
+ "contents": "c"
+ },
+ "0,4": {
+ "contents": "ネ",
+ "is_wide": true
+ },
+ "0,5": {
+ "contents": "",
+ "is_wide_continuation": true
+ }
+ },
+ "cursor_position": [
+ 0,
+ 4
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/2.typescript b/tests/data/fixtures/wide/2.typescript
new file mode 100644
index 0000000..9161ad9
--- /dev/null
+++ b/tests/data/fixtures/wide/2.typescript
@@ -0,0 +1 @@
+c \ No newline at end of file
diff --git a/tests/data/fixtures/wide/20.json b/tests/data/fixtures/wide/20.json
new file mode 100644
index 0000000..93f8bbf
--- /dev/null
+++ b/tests/data/fixtures/wide/20.json
@@ -0,0 +1,12 @@
+{
+ "contents": " a",
+ "cells": {
+ "0,2": {
+ "contents": "a"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/20.typescript b/tests/data/fixtures/wide/20.typescript
new file mode 100644
index 0000000..78cb710
--- /dev/null
+++ b/tests/data/fixtures/wide/20.typescript
@@ -0,0 +1 @@
+cデネa \ No newline at end of file
diff --git a/tests/data/fixtures/wide/21.json b/tests/data/fixtures/wide/21.json
new file mode 100644
index 0000000..f7dae31
--- /dev/null
+++ b/tests/data/fixtures/wide/21.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/21.typescript b/tests/data/fixtures/wide/21.typescript
new file mode 100644
index 0000000..c90dc06
--- /dev/null
+++ b/tests/data/fixtures/wide/21.typescript
@@ -0,0 +1 @@
+cデ \ No newline at end of file
diff --git a/tests/data/fixtures/wide/22.json b/tests/data/fixtures/wide/22.json
new file mode 100644
index 0000000..bb83ae4
--- /dev/null
+++ b/tests/data/fixtures/wide/22.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/22.typescript b/tests/data/fixtures/wide/22.typescript
new file mode 100644
index 0000000..f21c15a
--- /dev/null
+++ b/tests/data/fixtures/wide/22.typescript
@@ -0,0 +1 @@
+cデ \ No newline at end of file
diff --git a/tests/data/fixtures/wide/3.json b/tests/data/fixtures/wide/3.json
new file mode 100644
index 0000000..05d41ca
--- /dev/null
+++ b/tests/data/fixtures/wide/3.json
@@ -0,0 +1,49 @@
+{
+ "contents": "aデcネfoobar",
+ "cells": {
+ "0,0": {
+ "contents": "a"
+ },
+ "0,1": {
+ "contents": "デ",
+ "is_wide": true
+ },
+ "0,10": {
+ "contents": "a"
+ },
+ "0,11": {
+ "contents": "r"
+ },
+ "0,2": {
+ "contents": "",
+ "is_wide_continuation": true
+ },
+ "0,3": {
+ "contents": "c"
+ },
+ "0,4": {
+ "contents": "ネ",
+ "is_wide": true
+ },
+ "0,5": {
+ "contents": "",
+ "is_wide_continuation": true
+ },
+ "0,6": {
+ "contents": "f"
+ },
+ "0,7": {
+ "contents": "o"
+ },
+ "0,8": {
+ "contents": "o"
+ },
+ "0,9": {
+ "contents": "b"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 12
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/3.typescript b/tests/data/fixtures/wide/3.typescript
new file mode 100644
index 0000000..333196b
--- /dev/null
+++ b/tests/data/fixtures/wide/3.typescript
@@ -0,0 +1 @@
+foobar \ No newline at end of file
diff --git a/tests/data/fixtures/wide/4.json b/tests/data/fixtures/wide/4.json
new file mode 100644
index 0000000..e682e98
--- /dev/null
+++ b/tests/data/fixtures/wide/4.json
@@ -0,0 +1,46 @@
+{
+ "contents": "デcネfoobar",
+ "cells": {
+ "0,0": {
+ "contents": "デ",
+ "is_wide": true
+ },
+ "0,1": {
+ "contents": "",
+ "is_wide_continuation": true
+ },
+ "0,10": {
+ "contents": "r"
+ },
+ "0,2": {
+ "contents": "c"
+ },
+ "0,3": {
+ "contents": "ネ",
+ "is_wide": true
+ },
+ "0,4": {
+ "contents": "",
+ "is_wide_continuation": true
+ },
+ "0,5": {
+ "contents": "f"
+ },
+ "0,6": {
+ "contents": "o"
+ },
+ "0,7": {
+ "contents": "o"
+ },
+ "0,8": {
+ "contents": "b"
+ },
+ "0,9": {
+ "contents": "a"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 11
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/4.typescript b/tests/data/fixtures/wide/4.typescript
new file mode 100644
index 0000000..449cb6b
--- /dev/null
+++ b/tests/data/fixtures/wide/4.typescript
@@ -0,0 +1 @@
+デcネfoobar \ No newline at end of file
diff --git a/tests/data/fixtures/wide/5.json b/tests/data/fixtures/wide/5.json
new file mode 100644
index 0000000..05d41ca
--- /dev/null
+++ b/tests/data/fixtures/wide/5.json
@@ -0,0 +1,49 @@
+{
+ "contents": "aデcネfoobar",
+ "cells": {
+ "0,0": {
+ "contents": "a"
+ },
+ "0,1": {
+ "contents": "デ",
+ "is_wide": true
+ },
+ "0,10": {
+ "contents": "a"
+ },
+ "0,11": {
+ "contents": "r"
+ },
+ "0,2": {
+ "contents": "",
+ "is_wide_continuation": true
+ },
+ "0,3": {
+ "contents": "c"
+ },
+ "0,4": {
+ "contents": "ネ",
+ "is_wide": true
+ },
+ "0,5": {
+ "contents": "",
+ "is_wide_continuation": true
+ },
+ "0,6": {
+ "contents": "f"
+ },
+ "0,7": {
+ "contents": "o"
+ },
+ "0,8": {
+ "contents": "o"
+ },
+ "0,9": {
+ "contents": "b"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 12
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/5.typescript b/tests/data/fixtures/wide/5.typescript
new file mode 100644
index 0000000..aaeb0a8
--- /dev/null
+++ b/tests/data/fixtures/wide/5.typescript
@@ -0,0 +1 @@
+aデcネfoobar \ No newline at end of file
diff --git a/tests/data/fixtures/wide/6.json b/tests/data/fixtures/wide/6.json
new file mode 100644
index 0000000..e682e98
--- /dev/null
+++ b/tests/data/fixtures/wide/6.json
@@ -0,0 +1,46 @@
+{
+ "contents": "デcネfoobar",
+ "cells": {
+ "0,0": {
+ "contents": "デ",
+ "is_wide": true
+ },
+ "0,1": {
+ "contents": "",
+ "is_wide_continuation": true
+ },
+ "0,10": {
+ "contents": "r"
+ },
+ "0,2": {
+ "contents": "c"
+ },
+ "0,3": {
+ "contents": "ネ",
+ "is_wide": true
+ },
+ "0,4": {
+ "contents": "",
+ "is_wide_continuation": true
+ },
+ "0,5": {
+ "contents": "f"
+ },
+ "0,6": {
+ "contents": "o"
+ },
+ "0,7": {
+ "contents": "o"
+ },
+ "0,8": {
+ "contents": "b"
+ },
+ "0,9": {
+ "contents": "a"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 11
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/6.typescript b/tests/data/fixtures/wide/6.typescript
new file mode 100644
index 0000000..449cb6b
--- /dev/null
+++ b/tests/data/fixtures/wide/6.typescript
@@ -0,0 +1 @@
+デcネfoobar \ No newline at end of file
diff --git a/tests/data/fixtures/wide/7.json b/tests/data/fixtures/wide/7.json
new file mode 100644
index 0000000..482c65b
--- /dev/null
+++ b/tests/data/fixtures/wide/7.json
@@ -0,0 +1,12 @@
+{
+ "contents": " a",
+ "cells": {
+ "0,1": {
+ "contents": "a"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 2
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/7.typescript b/tests/data/fixtures/wide/7.typescript
new file mode 100644
index 0000000..7773a89
--- /dev/null
+++ b/tests/data/fixtures/wide/7.typescript
@@ -0,0 +1 @@
+cデa \ No newline at end of file
diff --git a/tests/data/fixtures/wide/8.json b/tests/data/fixtures/wide/8.json
new file mode 100644
index 0000000..2ace374
--- /dev/null
+++ b/tests/data/fixtures/wide/8.json
@@ -0,0 +1,17 @@
+{
+ "contents": " ネ",
+ "cells": {
+ "0,1": {
+ "contents": "ネ",
+ "is_wide": true
+ },
+ "0,2": {
+ "contents": "",
+ "is_wide_continuation": true
+ }
+ },
+ "cursor_position": [
+ 0,
+ 3
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/8.typescript b/tests/data/fixtures/wide/8.typescript
new file mode 100644
index 0000000..73ccb7e
--- /dev/null
+++ b/tests/data/fixtures/wide/8.typescript
@@ -0,0 +1 @@
+cデネ \ No newline at end of file
diff --git a/tests/data/fixtures/wide/9.json b/tests/data/fixtures/wide/9.json
new file mode 100644
index 0000000..4d6267c
--- /dev/null
+++ b/tests/data/fixtures/wide/9.json
@@ -0,0 +1,17 @@
+{
+ "contents": "デ",
+ "cells": {
+ "0,0": {
+ "contents": "デ",
+ "is_wide": true
+ },
+ "0,1": {
+ "contents": "",
+ "is_wide_continuation": true
+ }
+ },
+ "cursor_position": [
+ 0,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/wide/9.typescript b/tests/data/fixtures/wide/9.typescript
new file mode 100644
index 0000000..4aade7f
--- /dev/null
+++ b/tests/data/fixtures/wide/9.typescript
@@ -0,0 +1 @@
+cデ[@ \ No newline at end of file