aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/combining/5.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/fixtures/combining/5.json')
-rw-r--r--tests/data/fixtures/combining/5.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/data/fixtures/combining/5.json b/tests/data/fixtures/combining/5.json
new file mode 100644
index 0000000..67600d7
--- /dev/null
+++ b/tests/data/fixtures/combining/5.json
@@ -0,0 +1,39 @@
+{
+ "contents": "abcdéfg\n\n\n\n\n\n\n\n\n aaa",
+ "cells": {
+ "0,0": {
+ "contents": "a"
+ },
+ "0,1": {
+ "contents": "b"
+ },
+ "0,2": {
+ "contents": "c"
+ },
+ "0,3": {
+ "contents": "d"
+ },
+ "0,4": {
+ "contents": "é"
+ },
+ "0,5": {
+ "contents": "f"
+ },
+ "0,6": {
+ "contents": "g"
+ },
+ "9,77": {
+ "contents": "a"
+ },
+ "9,78": {
+ "contents": "a"
+ },
+ "9,79": {
+ "contents": "a"
+ }
+ },
+ "cursor_position": [
+ 9,
+ 80
+ ]
+} \ No newline at end of file