mirror of
https://github.com/LukeHagar/slinky.git
synced 2025-12-06 04:21:20 +00:00
10 lines
304 B
Python
10 lines
304 B
Python
# Sample Python file with URLs
|
|
url1 = "https://example.com"
|
|
url2 = "https://developer.mozilla.org"
|
|
url_bad = "http://example..com"
|
|
url_missing = "https://"
|
|
url_nonexistent = "https://this-image-domain-should-not-exist-xyz.example"
|
|
url_placeholder = "https://{tenant}.api.identitynow.com/v3/transforms"
|
|
|
|
|