Skip to content

Data Table column ignored without closing delimiter #964

@SimonIpf

Description

@SimonIpf

Reqnroll Version

2025.2.359

Which test runner are you using?

xUnit 2

Test Runner Version Number

2.9.0

.NET Implementation

.NET 8.0

Test Execution Method

Visual Studio Test Explorer

Content of reqnroll.json configuration file

{
"$schema": "https://schemas.reqnroll.net/reqnroll-config-latest.json",
"trace": { "coloredOutput": false }
}

Issue Description

When binding columns a Data Table Reqnroll ignores the final column if it does not have a trailing delimited. In the example below InterestRate is set to zero.

It would be helpful if this could emit a warning or the auto-formatter correct this.

Steps to Reproduce

Given an interest rate 'ZeroInterest' exists with the following rates
        | EffectiveDate | InterestRate
        | 1999-01-01    |        10.00

Link to Repro Project

No response

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions