feat(tests): fully implemented test suite
This commit is contained in:
@ -312,7 +312,7 @@ tap.test('ENC-04: Character Escaping - should handle XML character escaping corr
|
||||
|
||||
// Verify XML is well-formed after escaping
|
||||
expect(xmlString).toBeTruthy();
|
||||
expect(xmlString.includes('<?xml')).toBe(true);
|
||||
expect(xmlString.includes('<?xml')).toBeTrue();
|
||||
|
||||
processedCount++;
|
||||
} catch (error) {
|
||||
|
Reference in New Issue
Block a user