CSV like PDSF ready to test
This commit is contained in:
@ -15,7 +15,7 @@ internal record Line13
|
||||
internal static Line13 Get(string[] segments)
|
||||
{
|
||||
Line13 result;
|
||||
ReadOnlyCollection<string> collection = Complete.GetCollection(segments);
|
||||
ReadOnlyCollection<string> collection = Run.GetCollection(segments);
|
||||
result = new(collection.Count < 1 ? string.Empty : collection[0]);
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user