From 3d8e234c1bcdae6e83465d08158188e76aa1aae9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 5 Dec 2019 03:13:37 -0500 Subject: convert tests to fixtures --- tests/data/fixtures/wrap_weird/2.json | 228 ++++++++++++++++++++++++++++++++++ 1 file changed, 228 insertions(+) create mode 100644 tests/data/fixtures/wrap_weird/2.json (limited to 'tests/data/fixtures/wrap_weird/2.json') diff --git a/tests/data/fixtures/wrap_weird/2.json b/tests/data/fixtures/wrap_weird/2.json new file mode 100644 index 0000000..d2c2e33 --- /dev/null +++ b/tests/data/fixtures/wrap_weird/2.json @@ -0,0 +1,228 @@ +{ + "contents": "foo\nfoo\nfoo \nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo\nfoo", + "cells": { + "0,0": { + "contents": "f" + }, + "0,1": { + "contents": "o" + }, + "0,2": { + "contents": "o" + }, + "1,0": { + "contents": "f" + }, + "1,1": { + "contents": "o" + }, + "1,2": { + "contents": "o" + }, + "10,0": { + "contents": "f" + }, + "10,1": { + "contents": "o" + }, + "10,2": { + "contents": "o" + }, + "11,0": { + "contents": "f" + }, + "11,1": { + "contents": "o" + }, + "11,2": { + "contents": "o" + }, + "12,0": { + "contents": "f" + }, + "12,1": { + "contents": "o" + }, + "12,2": { + "contents": "o" + }, + "13,0": { + "contents": "f" + }, + "13,1": { + "contents": "o" + }, + "13,2": { + "contents": "o" + }, + "14,0": { + "contents": "f" + }, + "14,1": { + "contents": "o" + }, + "14,2": { + "contents": "o" + }, + "15,0": { + "contents": "f" + }, + "15,1": { + "contents": "o" + }, + "15,2": { + "contents": "o" + }, + "16,0": { + "contents": "f" + }, + "16,1": { + "contents": "o" + }, + "16,2": { + "contents": "o" + }, + "17,0": { + "contents": "f" + }, + "17,1": { + "contents": "o" + }, + "17,2": { + "contents": "o" + }, + "18,0": { + "contents": "f" + }, + "18,1": { + "contents": "o" + }, + "18,2": { + "contents": "o" + }, + "19,0": { + "contents": "f" + }, + "19,1": { + "contents": "o" + }, + "19,2": { + "contents": "o" + }, + "2,0": { + "contents": "f" + }, + "2,1": { + "contents": "o" + }, + "2,2": { + "contents": "o" + }, + "2,79": { + "contents": " " + }, + "20,0": { + "contents": "f" + }, + "20,1": { + "contents": "o" + }, + "20,2": { + "contents": "o" + }, + "21,0": { + "contents": "f" + }, + "21,1": { + "contents": "o" + }, + "21,2": { + "contents": "o" + }, + "22,0": { + "contents": "f" + }, + "22,1": { + "contents": "o" + }, + "22,2": { + "contents": "o" + }, + "23,0": { + "contents": "f" + }, + "23,1": { + "contents": "o" + }, + "23,2": { + "contents": "o" + }, + "3,0": { + "contents": "f" + }, + "3,1": { + "contents": "o" + }, + "3,2": { + "contents": "o" + }, + "4,0": { + "contents": "f" + }, + "4,1": { + "contents": "o" + }, + "4,2": { + "contents": "o" + }, + "5,0": { + "contents": "f" + }, + "5,1": { + "contents": "o" + }, + "5,2": { + "contents": "o" + }, + "6,0": { + "contents": "f" + }, + "6,1": { + "contents": "o" + }, + "6,2": { + "contents": "o" + }, + "7,0": { + "contents": "f" + }, + "7,1": { + "contents": "o" + }, + "7,2": { + "contents": "o" + }, + "8,0": { + "contents": "f" + }, + "8,1": { + "contents": "o" + }, + "8,2": { + "contents": "o" + }, + "9,0": { + "contents": "f" + }, + "9,1": { + "contents": "o" + }, + "9,2": { + "contents": "o" + } + }, + "cursor_position": [ + 2, + 80 + ] +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf