Update test json data

This commit is contained in:
Joscha 2025-03-01 21:53:15 +01:00
parent ca4e807c9f
commit 42f0885b43
4 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,3 @@
{ {
"feed": true "feed": false
} }

View file

@ -5,5 +5,5 @@
"bad_patterns": 7, "bad_patterns": 7,
"seed": 1, "seed": 1,
"mode": null, "mode": null,
"feed": true "feed": false
} }

View file

@ -1,6 +1,6 @@
{ {
"algo": "floyd-steinberg", "algo": "stucki",
"bright": true, "bright": false,
"seamless": true, "seamless": false,
"feed": true "feed": false
} }

View file

@ -1,5 +1,5 @@
{ {
"text": "Hello world! äöüßÄÖÜẞ😒\nSecond line\nThird line\n\nNew paragraph, with a very long line that hopefully will be word wrapped if everything goes according to plan.\n\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH", "text": "Hello world! äöüßÄÖÜẞ😒\nSecond line\nThird line\n\nNew paragraph, with a very long line that hopefully will be word wrapped if everything goes according to plan.\n\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH",
"force_wrap": true, "force_wrap": false,
"feed": true "feed": false
} }