From fabd59b7d1540900bd64590646c73c917706ecd8 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 15 Dec 2025 11:30:47 +0100 Subject: Increase coverage of tests --- Sources/WmapParser/Utils.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Sources/WmapParser/Utils.swift') diff --git a/Sources/WmapParser/Utils.swift b/Sources/WmapParser/Utils.swift index 4886eb3..e88b072 100644 --- a/Sources/WmapParser/Utils.swift +++ b/Sources/WmapParser/Utils.swift @@ -96,7 +96,8 @@ extension WmapParser { return index } - /// Given the bytes buffer, finds the next non-empty line. + /// Given the bytes buffer, finds the next non-empty line without leading. + /// or trailing whitespace. @inline(__always) static func extractLine(_ bytes: T, _ index: inout Int, _ length: Int) -> ( Int, Int -- cgit