mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 19:22:20 +00:00
* Change signature of BINARY_INSERT to require the full type path, add test (#53217) BINARY_INSERT used to only take typepaths like/this. Now, it expects them to be /like/this, to be more consistent with ther est of the code. Adds documentation to COMPTYPE. Adds a test for BINARY_INSERT. * Change signature of BINARY_INSERT to require the full type path, add test Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>