mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
[Spellcheck]Refactor/review entries into different files (#29832)
* remove files * add dictionaries * Create expect.txt * spelling corrections + move words * spelling updates * few more * import commit from bot * move names * undo FZ changed by VS
This commit is contained in:
@@ -306,7 +306,7 @@ namespace PowerRenameManagerTests
|
||||
RenameHelper(renamePairs, ARRAYSIZE(renamePairs), L"foo", L"bar$YYYY-$MM-$DD-$hh-$mm-$ss-$fff", SYSTEMTIME{ 2020, 7, 3, 22, 15, 6, 42, 453 }, DEFAULT_FLAGS);
|
||||
}
|
||||
|
||||
TEST_METHOD (VerifyFileAttributesMonthandDayNames)
|
||||
TEST_METHOD (VerifyFileAttributesMonthAndDayNames)
|
||||
{
|
||||
std::locale::global(std::locale(""));
|
||||
SYSTEMTIME fileTime = { 2020, 1, 3, 1, 15, 6, 42, 453 };
|
||||
|
||||
@@ -133,7 +133,7 @@ TEST_METHOD (VerifyFileAttributesPadding)
|
||||
}
|
||||
}
|
||||
|
||||
TEST_METHOD (VerifyFileAttributesMonthandDayNames)
|
||||
TEST_METHOD (VerifyFileAttributesMonthAndDayNames)
|
||||
{
|
||||
CComPtr<IPowerRenameRegEx> renameRegEx;
|
||||
Assert::IsTrue(CPowerRenameRegEx::s_CreateInstance(&renameRegEx) == S_OK);
|
||||
|
||||
Reference in New Issue
Block a user