Tweak #7866 to omit "rule" property when unset, instead of leaving it null

Also make tests pass
This commit is contained in:
Jeremy Ruston
2024-06-08 16:51:00 +01:00
parent 5db3eeeaa2
commit 1a57d08feb
3 changed files with 36 additions and 33 deletions

View File

@@ -58,7 +58,10 @@ title: ExpectedResult
"value": "Something"
}
],
"isProcedureDefinition": true
"isProcedureDefinition": true,
"start": 0,
"end": 43,
"rule": "fnprocdef"
}
]
</p>