From 35a27b5fd571bc6cb05126fd828a58a3fa71f081 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 17 Jun 2025 12:25:54 +0200 Subject: fix(FilenameValidator): use `_` as default replacement for invalid chars Signed-off-by: Ferdinand Thiessen --- build/integration/files_features/windows_compatibility.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/integration/files_features') diff --git a/build/integration/files_features/windows_compatibility.feature b/build/integration/files_features/windows_compatibility.feature index 2fdd37d67a1..feaaca1ed3a 100644 --- a/build/integration/files_features/windows_compatibility.feature +++ b/build/integration/files_features/windows_compatibility.feature @@ -54,7 +54,7 @@ Feature: Windows compatible filenames And invoking occ with "files:windows-compatible-filenames --enable" And invoking occ with "files:sanitize-filenames user0" Then as "user0" the file "/2*2=4.txt" does not exist - And as "user0" the file "/2 2=4.txt" exists + And as "user0" the file "/2_2=4.txt" exists Scenario: renaming a file with invalid character and replacement setup Given As an "admin" -- cgit v1.2.3