1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-08 03:36:38 +00:00

Fix failing test

This commit is contained in:
Jeremy Ruston 2025-04-06 22:13:47 +01:00
parent e741816a70
commit d29199ffa8

View File

@ -38,6 +38,15 @@ title: ExpectedResult
"operands": [
"1"
],
"parseTree": {
"operator": "title",
"operands": [
{
"text": "1",
"value": "1"
}
]
},
"input": [
"$:/core",
"ExpectedResult",
@ -64,6 +73,15 @@ title: ExpectedResult
"operands": [
"2"
],
"parseTree": {
"operator": "title",
"operands": [
{
"text": "2",
"value": "2"
}
]
},
"input": [
"$:/core",
"ExpectedResult",
@ -92,6 +110,15 @@ title: ExpectedResult
"operands": [
"3"
],
"parseTree": {
"operator": "title",
"operands": [
{
"text": "3",
"value": "3"
}
]
},
"input": [
"$:/core",
"ExpectedResult",