ascii-tables icon indicating copy to clipboard operation
ascii-tables copied to clipboard

Parse back from output doesn't work if comment is present

Open teejay-87 opened this issue 5 years ago • 1 comments

I think that parsing this

// ┌────┬───────┬───────┐
// │    │  OBJ  │  COM  │
// ├────┼───────┼───────┤
// │  1 │ S1    │ S1    │
// │ 12 │ S1+S2 │ S1+S2 │
// └────┴───────┴───────┘

should work if i set "Unicode (single line)" as output style and "C++/C#" as comment style.

teejay-87 avatar Apr 29 '19 10:04 teejay-87

I can confirm this issue.

pzeinlinger avatar Apr 30 '19 08:04 pzeinlinger