Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ DSL Improvements: Ability to register functions #84

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

awtkns
Copy link
Member

@awtkns awtkns commented Nov 2, 2024

No description provided.

@awtkns awtkns merged commit aa5f1de into main Nov 2, 2024
4 checks passed
@@ -38,6 +38,7 @@ def test_slugify():
assert slugify("Hello-World") == "hello-world"
assert slugify("Hello World", "Another") == "hello-world-another"
assert slugify("Hello World", "Another", 2) == "hello-world-another-2"
assert slugify(1, 2, 3, "four") == "1-2-3-four"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Paxton needs to get rid of special characters like §. Does sluggify do this already?

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