mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-13 01:51:09 +00:00
tests: add more test cases on v3 around underscore
This commit is contained in:
committed by
GitHub
parent
046be07299
commit
f80aa0fae4
@@ -35,6 +35,11 @@ test('slug: a number', () => {
|
||||
test_slug_cs('4.2', '4.2')
|
||||
})
|
||||
|
||||
test('slug: an underscore', () => {
|
||||
test_slug('An_Underscore', 'an_underscore')
|
||||
test_slug_cs('An_Underscore', 'An_Underscore')
|
||||
})
|
||||
|
||||
test('slug: special character', () => {
|
||||
test_slug('feat-(!è§-character', 'feat------character')
|
||||
test_slug_cs('feat-(!è§-character', 'feat------character')
|
||||
|
||||
Reference in New Issue
Block a user