aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/ri
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/fixtures/ri')
-rw-r--r--tests/data/fixtures/ri/1.json36
-rw-r--r--tests/data/fixtures/ri/1.typescript2
-rw-r--r--tests/data/fixtures/ri/2.json126
-rw-r--r--tests/data/fixtures/ri/2.typescript24
-rw-r--r--tests/data/fixtures/ri/3.json120
-rw-r--r--tests/data/fixtures/ri/3.typescript1
6 files changed, 309 insertions, 0 deletions
diff --git a/tests/data/fixtures/ri/1.json b/tests/data/fixtures/ri/1.json
new file mode 100644
index 0000000..b3e2889
--- /dev/null
+++ b/tests/data/fixtures/ri/1.json
@@ -0,0 +1,36 @@
+{
+ "contents": "foo baz\n bar",
+ "cells": {
+ "0,0": {
+ "contents": "f"
+ },
+ "0,1": {
+ "contents": "o"
+ },
+ "0,2": {
+ "contents": "o"
+ },
+ "0,6": {
+ "contents": "b"
+ },
+ "0,7": {
+ "contents": "a"
+ },
+ "0,8": {
+ "contents": "z"
+ },
+ "1,3": {
+ "contents": "b"
+ },
+ "1,4": {
+ "contents": "a"
+ },
+ "1,5": {
+ "contents": "r"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 9
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/ri/1.typescript b/tests/data/fixtures/ri/1.typescript
new file mode 100644
index 0000000..96c111b
--- /dev/null
+++ b/tests/data/fixtures/ri/1.typescript
@@ -0,0 +1,2 @@
+foo
+barMbaz \ No newline at end of file
diff --git a/tests/data/fixtures/ri/2.json b/tests/data/fixtures/ri/2.json
new file mode 100644
index 0000000..178cb1d
--- /dev/null
+++ b/tests/data/fixtures/ri/2.json
@@ -0,0 +1,126 @@
+{
+ "contents": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24",
+ "cells": {
+ "0,0": {
+ "contents": "1"
+ },
+ "1,0": {
+ "contents": "2"
+ },
+ "10,0": {
+ "contents": "1"
+ },
+ "10,1": {
+ "contents": "1"
+ },
+ "11,0": {
+ "contents": "1"
+ },
+ "11,1": {
+ "contents": "2"
+ },
+ "12,0": {
+ "contents": "1"
+ },
+ "12,1": {
+ "contents": "3"
+ },
+ "13,0": {
+ "contents": "1"
+ },
+ "13,1": {
+ "contents": "4"
+ },
+ "14,0": {
+ "contents": "1"
+ },
+ "14,1": {
+ "contents": "5"
+ },
+ "15,0": {
+ "contents": "1"
+ },
+ "15,1": {
+ "contents": "6"
+ },
+ "16,0": {
+ "contents": "1"
+ },
+ "16,1": {
+ "contents": "7"
+ },
+ "17,0": {
+ "contents": "1"
+ },
+ "17,1": {
+ "contents": "8"
+ },
+ "18,0": {
+ "contents": "1"
+ },
+ "18,1": {
+ "contents": "9"
+ },
+ "19,0": {
+ "contents": "2"
+ },
+ "19,1": {
+ "contents": "0"
+ },
+ "2,0": {
+ "contents": "3"
+ },
+ "20,0": {
+ "contents": "2"
+ },
+ "20,1": {
+ "contents": "1"
+ },
+ "21,0": {
+ "contents": "2"
+ },
+ "21,1": {
+ "contents": "2"
+ },
+ "22,0": {
+ "contents": "2"
+ },
+ "22,1": {
+ "contents": "3"
+ },
+ "23,0": {
+ "contents": "2"
+ },
+ "23,1": {
+ "contents": "4"
+ },
+ "3,0": {
+ "contents": "4"
+ },
+ "4,0": {
+ "contents": "5"
+ },
+ "5,0": {
+ "contents": "6"
+ },
+ "6,0": {
+ "contents": "7"
+ },
+ "7,0": {
+ "contents": "8"
+ },
+ "8,0": {
+ "contents": "9"
+ },
+ "9,0": {
+ "contents": "1"
+ },
+ "9,1": {
+ "contents": "0"
+ }
+ },
+ "cursor_position": [
+ 23,
+ 2
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/ri/2.typescript b/tests/data/fixtures/ri/2.typescript
new file mode 100644
index 0000000..038a225
--- /dev/null
+++ b/tests/data/fixtures/ri/2.typescript
@@ -0,0 +1,24 @@
+c1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+21
+22
+23
+24 \ No newline at end of file
diff --git a/tests/data/fixtures/ri/3.json b/tests/data/fixtures/ri/3.json
new file mode 100644
index 0000000..481d6b1
--- /dev/null
+++ b/tests/data/fixtures/ri/3.json
@@ -0,0 +1,120 @@
+{
+ "contents": "\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23",
+ "cells": {
+ "1,0": {
+ "contents": "1"
+ },
+ "10,0": {
+ "contents": "1"
+ },
+ "10,1": {
+ "contents": "0"
+ },
+ "11,0": {
+ "contents": "1"
+ },
+ "11,1": {
+ "contents": "1"
+ },
+ "12,0": {
+ "contents": "1"
+ },
+ "12,1": {
+ "contents": "2"
+ },
+ "13,0": {
+ "contents": "1"
+ },
+ "13,1": {
+ "contents": "3"
+ },
+ "14,0": {
+ "contents": "1"
+ },
+ "14,1": {
+ "contents": "4"
+ },
+ "15,0": {
+ "contents": "1"
+ },
+ "15,1": {
+ "contents": "5"
+ },
+ "16,0": {
+ "contents": "1"
+ },
+ "16,1": {
+ "contents": "6"
+ },
+ "17,0": {
+ "contents": "1"
+ },
+ "17,1": {
+ "contents": "7"
+ },
+ "18,0": {
+ "contents": "1"
+ },
+ "18,1": {
+ "contents": "8"
+ },
+ "19,0": {
+ "contents": "1"
+ },
+ "19,1": {
+ "contents": "9"
+ },
+ "2,0": {
+ "contents": "2"
+ },
+ "20,0": {
+ "contents": "2"
+ },
+ "20,1": {
+ "contents": "0"
+ },
+ "21,0": {
+ "contents": "2"
+ },
+ "21,1": {
+ "contents": "1"
+ },
+ "22,0": {
+ "contents": "2"
+ },
+ "22,1": {
+ "contents": "2"
+ },
+ "23,0": {
+ "contents": "2"
+ },
+ "23,1": {
+ "contents": "3"
+ },
+ "3,0": {
+ "contents": "3"
+ },
+ "4,0": {
+ "contents": "4"
+ },
+ "5,0": {
+ "contents": "5"
+ },
+ "6,0": {
+ "contents": "6"
+ },
+ "7,0": {
+ "contents": "7"
+ },
+ "8,0": {
+ "contents": "8"
+ },
+ "9,0": {
+ "contents": "9"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 0
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/ri/3.typescript b/tests/data/fixtures/ri/3.typescript
new file mode 100644
index 0000000..9efb3d5
--- /dev/null
+++ b/tests/data/fixtures/ri/3.typescript
@@ -0,0 +1 @@
+M \ No newline at end of file