Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 1be55ef

Browse files
committed
Add glob test for LetsEncrypt .well-known path
1 parent e0c314d commit 1be55ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ServiceStack.Text.Tests/GlobPathTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public void Does_validate_GlobPaths()
4747
Assert.That("dir/a/b/c/d/e/file.json".GlobPath("dir/**/*.json"));
4848

4949
Assert.That("/jspm_packages/npm/[email protected]".GlobPath("jspm_packages/**/*.json"));
50+
Assert.That("/.well-known/acme-challenge/XzF9VXFuw4UMBVdiX2jDj2vykjrvEsQR8AZ8kJiaBdk".GlobPath(".well-known/**/*"));
5051
}
5152
}
5253
}

0 commit comments

Comments
 (0)