aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/lf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/fixtures/lf')
-rw-r--r--tests/data/fixtures/lf/1.json27
-rw-r--r--tests/data/fixtures/lf/1.typescript2
-rw-r--r--tests/data/fixtures/lf/2.json8
-rw-r--r--tests/data/fixtures/lf/2.typescript1
-rw-r--r--tests/data/fixtures/lf/3.json12
-rw-r--r--tests/data/fixtures/lf/3.typescript1
-rw-r--r--tests/data/fixtures/lf/4.json12
-rw-r--r--tests/data/fixtures/lf/4.typescript1
-rw-r--r--tests/data/fixtures/lf/5.json15
-rw-r--r--tests/data/fixtures/lf/5.typescript1
10 files changed, 80 insertions, 0 deletions
diff --git a/tests/data/fixtures/lf/1.json b/tests/data/fixtures/lf/1.json
new file mode 100644
index 0000000..dbf4323
--- /dev/null
+++ b/tests/data/fixtures/lf/1.json
@@ -0,0 +1,27 @@
+{
+ "contents": "foo\n bar",
+ "cells": {
+ "0,0": {
+ "contents": "f"
+ },
+ "0,1": {
+ "contents": "o"
+ },
+ "0,2": {
+ "contents": "o"
+ },
+ "1,3": {
+ "contents": "b"
+ },
+ "1,4": {
+ "contents": "a"
+ },
+ "1,5": {
+ "contents": "r"
+ }
+ },
+ "cursor_position": [
+ 1,
+ 6
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/lf/1.typescript b/tests/data/fixtures/lf/1.typescript
new file mode 100644
index 0000000..a907ec3
--- /dev/null
+++ b/tests/data/fixtures/lf/1.typescript
@@ -0,0 +1,2 @@
+foo
+bar \ No newline at end of file
diff --git a/tests/data/fixtures/lf/2.json b/tests/data/fixtures/lf/2.json
new file mode 100644
index 0000000..1c64749
--- /dev/null
+++ b/tests/data/fixtures/lf/2.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 3,
+ 79
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/lf/2.typescript b/tests/data/fixtures/lf/2.typescript
new file mode 100644
index 0000000..0325a4a
--- /dev/null
+++ b/tests/data/fixtures/lf/2.typescript
@@ -0,0 +1 @@
+ \ No newline at end of file
diff --git a/tests/data/fixtures/lf/3.json b/tests/data/fixtures/lf/3.json
new file mode 100644
index 0000000..8d259dd
--- /dev/null
+++ b/tests/data/fixtures/lf/3.json
@@ -0,0 +1,12 @@
+{
+ "contents": "\n\n\n a",
+ "cells": {
+ "3,79": {
+ "contents": "a"
+ }
+ },
+ "cursor_position": [
+ 3,
+ 80
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/lf/3.typescript b/tests/data/fixtures/lf/3.typescript
new file mode 100644
index 0000000..2e65efe
--- /dev/null
+++ b/tests/data/fixtures/lf/3.typescript
@@ -0,0 +1 @@
+a \ No newline at end of file
diff --git a/tests/data/fixtures/lf/4.json b/tests/data/fixtures/lf/4.json
new file mode 100644
index 0000000..26ec66d
--- /dev/null
+++ b/tests/data/fixtures/lf/4.json
@@ -0,0 +1,12 @@
+{
+ "contents": "\n\n\n a",
+ "cells": {
+ "3,79": {
+ "contents": "a"
+ }
+ },
+ "cursor_position": [
+ 4,
+ 80
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/lf/4.typescript b/tests/data/fixtures/lf/4.typescript
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/tests/data/fixtures/lf/4.typescript
@@ -0,0 +1 @@
+
diff --git a/tests/data/fixtures/lf/5.json b/tests/data/fixtures/lf/5.json
new file mode 100644
index 0000000..a22356a
--- /dev/null
+++ b/tests/data/fixtures/lf/5.json
@@ -0,0 +1,15 @@
+{
+ "contents": "\n\n\n a\n\nb",
+ "cells": {
+ "3,79": {
+ "contents": "a"
+ },
+ "5,0": {
+ "contents": "b"
+ }
+ },
+ "cursor_position": [
+ 5,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/lf/5.typescript b/tests/data/fixtures/lf/5.typescript
new file mode 100644
index 0000000..63d8dbd
--- /dev/null
+++ b/tests/data/fixtures/lf/5.typescript
@@ -0,0 +1 @@
+b \ No newline at end of file