Skip to content

Commit

Permalink
More tests for issue #79
Browse files Browse the repository at this point in the history
  • Loading branch information
davedelong committed Mar 7, 2015
1 parent 5a02c85 commit e9ab2c4
Show file tree
Hide file tree
Showing 4 changed files with 1,145 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHCSVParser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
550ED4281973491500E7D173 /* Issue64.csv in Resources */ = {isa = PBXBuildFile; fileRef = 550ED4271973491500E7D173 /* Issue64.csv */; };
5515D4461AAB72FF00DC1D5B /* Issue79.csv in Resources */ = {isa = PBXBuildFile; fileRef = 5515D4451AAB72FF00DC1D5B /* Issue79.csv */; };
557FCEB61203F938009FCDBA /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 557FCEB51203F938009FCDBA /* CoreServices.framework */; };
557FD05D1204A731009FCDBA /* UnitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 557FD05B1204A72B009FCDBA /* UnitTests.m */; };
55B60C47180DB1F900B18D7C /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55B60C46180DB1F900B18D7C /* XCTest.framework */; };
Expand All @@ -22,6 +23,7 @@
08FB7796FE84155DC02AAC07 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
550ED4271973491500E7D173 /* Issue64.csv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Issue64.csv; sourceTree = "<group>"; };
5515D4451AAB72FF00DC1D5B /* Issue79.csv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Issue79.csv; sourceTree = "<group>"; };
5560A19E173743A300DDD1D3 /* UnitTestContent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UnitTestContent.h; sourceTree = "<group>"; };
557FCEB51203F938009FCDBA /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
557FD0531204A70D009FCDBA /* Unit Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Unit Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -114,6 +116,7 @@
557FD05B1204A72B009FCDBA /* UnitTests.m */,
550ED4271973491500E7D173 /* Issue64.csv */,
55C61C60199C0B4600770AA2 /* Issue65.csv */,
5515D4451AAB72FF00DC1D5B /* Issue79.csv */,
);
path = "Unit Tests";
sourceTree = "<group>";
Expand Down Expand Up @@ -191,6 +194,7 @@
files = (
550ED4281973491500E7D173 /* Issue64.csv in Resources */,
55C61C61199C0B4600770AA2 /* Issue65.csv in Resources */,
5515D4461AAB72FF00DC1D5B /* Issue79.csv in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
9 changes: 9 additions & 0 deletions CHCSVParser/CHCSVParser/CHCSVParserOptions.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// CHCSVParserOptions.swift
// CHCSVParser
//
// Created by Dave DeLong on 3/7/15.
//
//

import Foundation
Loading

0 comments on commit e9ab2c4

Please sign in to comment.