Simplify Parser — use one target instead of multiple.

This commit is contained in:
Brent Simmons
2024-09-24 14:45:53 -07:00
parent c48e72c3b2
commit 591e451b69
51 changed files with 14 additions and 218 deletions

View File

@@ -7,7 +7,7 @@
//
import XCTest
import SAX
import Parser
final class EntityDecodingTests: XCTestCase {