Files
slinky/test files/test14.py
2025-09-11 15:59:53 +00:00

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"