Skip to content

Commit

Permalink
🔖 version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Nov 21, 2024
1 parent e6f25e9 commit 8dd1c7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nepattern"
version = "1.0.0"
version = "1.0.1"
description = "a complex pattern, support typing"
authors = [
{name = "RF-Tar-Railt", email = "[email protected]"},
Expand Down
3 changes: 3 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,9 @@ def test_patterns():
with pytest.raises(ValueError):
switch_local_patterns("$temp")

with pytest.raises(KeyError):
switch_local_patterns("temp2")


def test_rawstr():
assert parser("url") == URL
Expand Down

0 comments on commit 8dd1c7a

Please sign in to comment.