Skip to content

Commit dc5b77f

Browse files
committed
Fix README.md
1 parent 7d402bf commit dc5b77f

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -216,17 +216,6 @@ This library leverages **C++23 standard library features**:
216216
* [Catch2](https://github.com/catchorg/catch2) - Testing framework
217217
* [nlohmann-json](https://github.com/nlohmann/json) - JSON support (for optional JSON features)
218218

219-
## Test Results
220-
221-
The library passes **21 out of 22 test suites** with **240 out of 242 assertions** (99.2% pass rate):
222-
223-
✅ All core functionality tests pass
224-
✅ Unicode, IDNA, and Punycode tests pass
225-
✅ Network (IPv4/IPv6) parsing tests pass
226-
✅ Percent encoding/decoding tests pass
227-
✅ URL parsing and serialization tests pass
228-
⚠️ 2 edge case assertions in dot-segment path normalization (minor regression)
229-
230219
## Acknowledgements
231220

232221
This library includes Unicode processing support from [uni-algo](https://github.com/uni-algo/uni-algo).

0 commit comments

Comments
 (0)