mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 14:07:27 +00:00
Tweak #7866 to omit "rule" property when unset, instead of leaving it null
Also make tests pass
This commit is contained in:
@@ -58,7 +58,10 @@ title: ExpectedResult
|
||||
"value": "Something"
|
||||
}
|
||||
],
|
||||
"isProcedureDefinition": true
|
||||
"isProcedureDefinition": true,
|
||||
"start": 0,
|
||||
"end": 43,
|
||||
"rule": "fnprocdef"
|
||||
}
|
||||
]
|
||||
</p>
|
||||
Reference in New Issue
Block a user