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/4.json8
-rw-r--r--tests/data/fixtures/ri/4.typescript1
-rw-r--r--tests/data/fixtures/ri/5.json15
-rw-r--r--tests/data/fixtures/ri/5.typescript1
-rw-r--r--tests/data/fixtures/ri/6.json15
-rw-r--r--tests/data/fixtures/ri/6.typescript1
6 files changed, 41 insertions, 0 deletions
diff --git a/tests/data/fixtures/ri/4.json b/tests/data/fixtures/ri/4.json
new file mode 100644
index 0000000..bb83ae4
--- /dev/null
+++ b/tests/data/fixtures/ri/4.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/ri/4.typescript b/tests/data/fixtures/ri/4.typescript
new file mode 100644
index 0000000..c10be54
--- /dev/null
+++ b/tests/data/fixtures/ri/4.typescript
@@ -0,0 +1 @@
+c \ No newline at end of file
diff --git a/tests/data/fixtures/ri/5.json b/tests/data/fixtures/ri/5.json
new file mode 100644
index 0000000..e70e9fa
--- /dev/null
+++ b/tests/data/fixtures/ri/5.json
@@ -0,0 +1,15 @@
+{
+ "contents": " a\n\nb",
+ "cells": {
+ "0,79": {
+ "contents": "a"
+ },
+ "2,0": {
+ "contents": "b"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 0
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/ri/5.typescript b/tests/data/fixtures/ri/5.typescript
new file mode 100644
index 0000000..69d759d
--- /dev/null
+++ b/tests/data/fixtures/ri/5.typescript
@@ -0,0 +1 @@
+ab \ No newline at end of file
diff --git a/tests/data/fixtures/ri/6.json b/tests/data/fixtures/ri/6.json
new file mode 100644
index 0000000..b58e830
--- /dev/null
+++ b/tests/data/fixtures/ri/6.json
@@ -0,0 +1,15 @@
+{
+ "contents": "\n a\n\nb",
+ "cells": {
+ "1,79": {
+ "contents": "a"
+ },
+ "3,0": {
+ "contents": "b"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 0
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/ri/6.typescript b/tests/data/fixtures/ri/6.typescript
new file mode 100644
index 0000000..f963eed
--- /dev/null
+++ b/tests/data/fixtures/ri/6.typescript
@@ -0,0 +1 @@
+M \ No newline at end of file