From 81b872735212700c482a04958cbfedaa916b6918 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Sun, 30 Jan 2022 13:00:17 +0800 Subject: [PATCH] fix Windows --- .../_docs tests/weird-paths/weird-paths/:file.md | 1 - .../_docs tests/weird-paths/weird-paths/colon-file.md | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 website/_dogfooding/_docs tests/weird-paths/weird-paths/:file.md create mode 100644 website/_dogfooding/_docs tests/weird-paths/weird-paths/colon-file.md diff --git a/website/_dogfooding/_docs tests/weird-paths/weird-paths/:file.md b/website/_dogfooding/_docs tests/weird-paths/weird-paths/:file.md deleted file mode 100644 index 318ca13d8a..0000000000 --- a/website/_dogfooding/_docs tests/weird-paths/weird-paths/:file.md +++ /dev/null @@ -1 +0,0 @@ -# Filename with leading colon diff --git a/website/_dogfooding/_docs tests/weird-paths/weird-paths/colon-file.md b/website/_dogfooding/_docs tests/weird-paths/weird-paths/colon-file.md new file mode 100644 index 0000000000..3c5da049e6 --- /dev/null +++ b/website/_dogfooding/_docs tests/weird-paths/weird-paths/colon-file.md @@ -0,0 +1,6 @@ +--- +# Windows doesn't allow filepaths beginning with : +slug: :file +--- + +# Filename with leading colon