summaryrefslogtreecommitdiff
path: root/tests/layouts/valid-2.layout
diff options
context:
space:
mode:
Diffstat (limited to 'tests/layouts/valid-2.layout')
-rw-r--r--tests/layouts/valid-2.layout18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/layouts/valid-2.layout b/tests/layouts/valid-2.layout
new file mode 100644
index 00000000..303b2b67
--- /dev/null
+++ b/tests/layouts/valid-2.layout
@@ -0,0 +1,18 @@
+{
+ "text" : "test the blue drink after dinner\n",
+ "attributes" : [
+ {
+ "start" : 9,
+ "end" : 13,
+ "type" : "style",
+ "value" : "italic"
+ },
+ {
+ "start" : 20,
+ "end" : 25,
+ "type" : "underline",
+ "value" : "single"
+ }
+ ],
+ "font" : "Cantarell 11"
+}