Skip to content
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

👌 Make needtable titles more permissive #1102

Merged
merged 3 commits into from
Feb 15, 2024

Conversation

chrisjsewell
Copy link
Member

@chrisjsewell chrisjsewell commented Feb 7, 2024

For key as "title" columns, the regex has been changed, to allow for the key to contain anything except whitespace characters, and the title to contain anything except the " character

closes #1089

For `key as "title"` columns, the regex has been changed, to allow for the key to contain anything except whitespace characters, and the title to contain anything except `"`
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (050bec7) 83.84% compared to head (cc52252) 83.84%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1102   +/-   ##
=======================================
  Coverage   83.84%   83.84%           
=======================================
  Files          56       56           
  Lines        6424     6424           
=======================================
  Hits         5386     5386           
  Misses       1038     1038           
Flag Coverage Δ
pytests 83.84% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@danwos danwos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for the fix 👍

@chrisjsewell chrisjsewell merged commit e9582ed into master Feb 15, 2024
18 checks passed
@chrisjsewell chrisjsewell deleted the fix/1089/dash-in-column-titles branch February 15, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom column titles in needtable does not work
2 participants