Change how spel checking and booleans in general are saved in the XML

This commit is contained in:
Veronica Berglyd Olsen
2022-11-07 22:46:30 +01:00
parent 42f2bf3628
commit 26f7bb4b32
20 changed files with 622 additions and 572 deletions
+4 -4
View File
@@ -564,7 +564,7 @@ def testCoreItem_PackUnpack(mockGUI, caplog, mockRnd):
"layout": "DOCUMENT",
},
"metaAttr": {
"expanded": "True",
"expanded": "yes",
"heading": "H1",
"charCount": "100",
"wordCount": "20",
@@ -574,7 +574,7 @@ def testCoreItem_PackUnpack(mockGUI, caplog, mockRnd):
"nameAttr": {
"status": "s000000",
"import": "i000001",
"active": "False",
"active": "no",
}
}
@@ -635,7 +635,7 @@ def testCoreItem_PackUnpack(mockGUI, caplog, mockRnd):
"class": "NOVEL",
},
"metaAttr": {
"expanded": "True",
"expanded": "yes",
},
"nameAttr": {
"status": "s000000",
@@ -700,7 +700,7 @@ def testCoreItem_PackUnpack(mockGUI, caplog, mockRnd):
"class": "NOVEL",
},
"metaAttr": {
"expanded": "True",
"expanded": "yes",
},
"nameAttr": {
"status": "s000000",