Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
svittoz committed Apr 24, 2024
1 parent 3451608 commit 48c0228
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Unreleased

### Fixed
- fix : adding new separator in eds.table and new input check

## v0.11.2

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion edsnlp/pipes/misc/tables/patterns.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sep = r"'¦|\|'"
sep = r"¦|\|"
regex = dict(
tables=rf"(\b.*{sep}.*\n)+",
)

0 comments on commit 48c0228

Please sign in to comment.