From acb64377ccfdcad715cfcb90ff532c143349ffb0 Mon Sep 17 00:00:00 2001 From: Manish Kukreja Date: Tue, 9 Jun 2020 18:30:05 +1200 Subject: [PATCH] fixes #231 --- wfdb/io/_header.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfdb/io/_header.py b/wfdb/io/_header.py index 2be39c19..374d4589 100644 --- a/wfdb/io/_header.py +++ b/wfdb/io/_header.py @@ -107,7 +107,7 @@ ["(?P~?[-\w]*\.?[\w]*)[ \t]+(?P\d+)x?" "(?P\d*):?(?P\d*)\+?(?P\d*)[ \t]*", "(?P-?\d*\.?\d*e?[\+-]?\d*)\(?(?P-?\d*)\)?", - "/?(?P[\w\^\-\?%]*)[ \t]*(?P\d*)[ \t]*", + "/?(?P[\w\^\-\?%\/]*)[ \t]*(?P\d*)[ \t]*", "(?P-?\d*)[ \t]*(?P-?\d*)[ \t]*(?P-?\d*)", "[ \t]*(?P\d*)[ \t]*(?P[\S]?[^\t\n\r\f\v]*)"]) )