This commit is contained in:
2025-05-27 19:30:07 +00:00
parent e6f6ff4d03
commit 079feddaa6
20 changed files with 2241 additions and 8908 deletions

View File

@ -305,4 +305,7 @@ tap.test('ENC-02: UTF-16 Encoding - should handle UTF-16 encoded documents corre
// The test passes if UTF-8 fallback works, since UTF-16 support is optional
expect(fallbackResult.success).toBeTrue();
});
});
// Run the test
tap.start();