Fix BGI Bp parse bug

This commit is contained in:
2025-08-12 13:45:57 +08:00
parent 2ca4f6475f
commit c54c7fe4e6
4 changed files with 9 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ pub struct SrcXmlScript {
impl SrcXmlScript {
/// Creates a new `SrcXmlScript` from the provided buffer and encoding.
///
///
/// * `buf` - The buffer containing the XML data.
/// * `encoding` - The encoding of the XML data.
/// * `config` - Additional configuration options.