bizz84 / bizz84/AcceptanceMark

Empty separator convention for inputs/outputs is invalid table markdown syntax

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
64
Forks
8
PR merge metrics
No merged PRs in 30d

Description

This is a valid markdown table:

| input1 | input2 | | output |
| --- | --- | --- | --- |
| 1 | 2 | | 3 |

This isn't.

| input1 |input2|| output |
| --- | -------|| ------- |
| 1 | 2 || 3 |

It would be desirable to ensure all tables are rendered correctly, while preserving the same rules for input/output fields

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the table-rendering path responsible for converting the two example inputs into Markdown. Compare how empty separator cells are handled, then add coverage for both examples and verify that input/output field rules remain unchanged while the resulting tables render correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
testing
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.