Skip to content

Bugfix in tables without linebetweenrows #255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

helviojunior
Copy link

Before

╭───────┬──────────────────────────────────────────────╮
│       │ File: /tmp/teste.json                        │
├───────┼──────────────────────────────────────────────┤
│    1  │ {                                            │
│    2  │   "id":
"d35c4561-abb3-4fa5-8103-c0a88ca9eb50",                                              │
│    3  │   "name": "CCat Test",                       │
│    4  │   "values": [                                │
│    5  │     {                                        │
│    6  │       "key": "url",                          │
│    7  │       "value": "",                           │
│    8  │       "enabled": true                        │
│    9  │     }                                        │
│   10  │   ],                                         │
│   11  │   "_postman_variable_scope": "environment",  │
│   12  │   "_postman_exported_at":
"2019-10-24T12:33:17.368Z",                                              │
│   13  │   "_postman_exported_using": "Postman/7.9.0" │
│   14  │ }                                            │
╰───────┴──────────────────────────────────────────────╯

After

╭───────┬──────────────────────────────────────────────╮
│       │ File: /tmp/teste.json                        │
├───────┼──────────────────────────────────────────────┤
│    1  │ {                                            │
│    2  │   "id":                                      │
│       │ "d35c4561-abb3-4fa5-8103-c0a88ca9eb50",      │
│    3  │   "name": "CCat Test",                       │
│    4  │   "values": [                                │
│    5  │     {                                        │
│    6  │       "key": "url",                          │
│    7  │       "value": "",                           │
│    8  │       "enabled": true                        │
│    9  │     }                                        │
│   10  │   ],                                         │
│   11  │   "_postman_variable_scope": "environment",  │
│   12  │   "_postman_exported_at":                    │
│       │ "2019-10-24T12:33:17.368Z",                  │
│   13  │   "_postman_exported_using": "Postman/7.9.0" │
│   14  │ }                                            │
╰───────┴──────────────────────────────────────────────╯

@astanin
Copy link
Owner

astanin commented Jul 23, 2025

Patch does not corresponse to the pull request description.
It seems to introduce a new test_wrap_color_line_longword function, not solving linebetweenrows issue.

Reference to an issue that is being solved is needed.

@astanin astanin added the incomplete This PR requires some further changes or modifications before it can be merged. label Jul 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incomplete This PR requires some further changes or modifications before it can be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants