unfenced parsers #674
Annotations
3 errors
packages/core/src/fence.ts#L221
The regular expressions for startRx and endRx have been modified to include carriage return and whitespace characters. This could lead to unexpected behavior if the input text does not match the expected format. Please ensure that the input text is properly formatted. 🧐
|
packages/core/src/ini.ts#L7
The function `unfence` is being used to clean the input text before parsing it. This could lead to unexpected results if the input text does not contain the expected fenced code blocks. Please ensure that the input text is properly formatted. 😊
|
packages/core/src/xml.ts#L19
The function `unfence` is being used to clean the input text before parsing it as XML. This could lead to unexpected results if the input text does not contain the expected fenced code blocks. Please ensure that the input text is properly formatted. 😊
|
This job succeeded
Loading