Files
slinky/testdata/test13.ps1

10 lines
266 B
PowerShell

# Sample PowerShell file with URLs
$url1 = "https://example.com"
$url2 = "https://news.ycombinator.com"
$urlBad = "http://example..com"
$urlMissing = "https://"
$urlNonexistent = "https://example.madeuptld"
$urlPlaceholder = "https://[tenant].api.identitynow.com"