composablesys / collabs

Collabs library monorepo
https://collabs.readthedocs.io/
Apache License 2.0
254 stars 11 forks source link

Fix CRichText empty load bug #252

Closed mweidner037 closed 1 year ago

mweidner037 commented 1 year ago

CRichText would print an unhandled error if loaded with an empty state. This was due to CValueList emitting a 0-length Insert event if loaded with an empty state, which should not happen.

This change fixes the bug and adds unit tests to catch it.