Skip to content

Simplify header syntax - #562

Merged
jesper-friis merged 4 commits into
masterfrom
simplify-header-syntax
Aug 17, 2026
Merged

Simplify header syntax#562
jesper-friis merged 4 commits into
masterfrom
simplify-header-syntax

Conversation

@jesper-friis

Copy link
Copy Markdown
Contributor

Description

Allowed to omit initial ?-sign in table header with no label. For example, allow the user to write "length[unit=m]" instead of "length[?unit=m]" in a table header.

Also updated the documentation accordingly.

Type of change

  • Bug fix and code cleanup
  • New feature
  • Documentation update
  • Testing

Checklist for the reviewer

This checklist should be used as a help for the reviewer.

  • Is the change limited to one issue?
  • Does this PR close the issue?
  • Is the code easy to read and understand?
  • Do all new feature have an accompanying new test?
  • Has the documentation been updated as necessary?
  • Is the code properly tested?

@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.54%. Comparing base (00df659) to head (9755901).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #562   +/-   ##
=======================================
  Coverage   85.54%   85.54%           
=======================================
  Files          30       30           
  Lines        5118     5121    +3     
=======================================
+ Hits         4378     4381    +3     
  Misses        740      740           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread tripper/datadoc/tabledoc.py Outdated
@francescalb

Copy link
Copy Markdown
Contributor

Looks OK, but please add an example with using both label and key, so that it becomes clearer that this is also allowed.

jesper-friis and others added 2 commits August 17, 2026 13:51
Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>
@jesper-friis
jesper-friis merged commit 5e2fcda into master Aug 17, 2026
18 checks passed
@jesper-friis
jesper-friis deleted the simplify-header-syntax branch August 17, 2026 21:02
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.

2 participants