We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3451608 commit 48c0228Copy full SHA for 48c0228
changelog.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Fixed
6
+- fix : adding new separator in eds.table and new input check
7
8
## v0.11.2
9
10
### Fixed
edsnlp/pipes/misc/tables/patterns.py
@@ -1,4 +1,4 @@
-sep = r"'¦|\|'"
+sep = r"¦|\|"
regex = dict(
tables=rf"(\b.*{sep}.*\n)+",
)
0 commit comments