aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/colors
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/fixtures/colors')
-rw-r--r--tests/data/fixtures/colors/20.json8
-rw-r--r--tests/data/fixtures/colors/20.typescript1
-rw-r--r--tests/data/fixtures/colors/21.json21
-rw-r--r--tests/data/fixtures/colors/21.typescript1
-rw-r--r--tests/data/fixtures/colors/22.json31
-rw-r--r--tests/data/fixtures/colors/22.typescript1
6 files changed, 63 insertions, 0 deletions
diff --git a/tests/data/fixtures/colors/20.json b/tests/data/fixtures/colors/20.json
new file mode 100644
index 0000000..bb83ae4
--- /dev/null
+++ b/tests/data/fixtures/colors/20.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/colors/20.typescript b/tests/data/fixtures/colors/20.typescript
new file mode 100644
index 0000000..c46ac5f
--- /dev/null
+++ b/tests/data/fixtures/colors/20.typescript
@@ -0,0 +1 @@
+ \ No newline at end of file
diff --git a/tests/data/fixtures/colors/21.json b/tests/data/fixtures/colors/21.json
new file mode 100644
index 0000000..a7a7ec6
--- /dev/null
+++ b/tests/data/fixtures/colors/21.json
@@ -0,0 +1,21 @@
+{
+ "contents": "abc",
+ "cells": {
+ "0,0": {
+ "contents": "a"
+ },
+ "0,1": {
+ "contents": "b",
+ "fgcolor": "123"
+ },
+ "0,2": {
+ "contents": "c",
+ "fgcolor": "123",
+ "bgcolor": "158"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 3
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/colors/21.typescript b/tests/data/fixtures/colors/21.typescript
new file mode 100644
index 0000000..b9ce486
--- /dev/null
+++ b/tests/data/fixtures/colors/21.typescript
@@ -0,0 +1 @@
+a[38:5:123mb[48:5:158mc \ No newline at end of file
diff --git a/tests/data/fixtures/colors/22.json b/tests/data/fixtures/colors/22.json
new file mode 100644
index 0000000..f4fa9fb
--- /dev/null
+++ b/tests/data/fixtures/colors/22.json
@@ -0,0 +1,31 @@
+{
+ "contents": "abcde",
+ "cells": {
+ "0,0": {
+ "contents": "a"
+ },
+ "0,1": {
+ "contents": "b",
+ "fgcolor": "123"
+ },
+ "0,2": {
+ "contents": "c",
+ "fgcolor": "123",
+ "bgcolor": "158"
+ },
+ "0,3": {
+ "contents": "d",
+ "fgcolor": "#324b64",
+ "bgcolor": "158"
+ },
+ "0,4": {
+ "contents": "e",
+ "fgcolor": "#324b64",
+ "bgcolor": "#7d96af"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 5
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/colors/22.typescript b/tests/data/fixtures/colors/22.typescript
new file mode 100644
index 0000000..32ab7e4
--- /dev/null
+++ b/tests/data/fixtures/colors/22.typescript
@@ -0,0 +1 @@
+[38:2:50:75:100md[48:2:125:150:175me \ No newline at end of file