From 0f193bf7a751d7ba690e2d4d4874348ccccf85de Mon Sep 17 00:00:00 2001 From: minhao Date: Mon, 11 Nov 2024 22:50:10 +0800 Subject: [PATCH] Amend formatting issues --- docs/DeveloperGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 8b2520645bc..19ddda6def6 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -1560,7 +1560,7 @@ Prerequisites: Have a contact list with multiple entries. ### Exploratory Testing -- **Extreme Input Values:** Try inputs with long strings or special characters. +- **Extreme Input Values:** Try inputs with long strings or special characters.
**Expected:** Proper validation errors without app crashes. - **Calling Commands in Succession:** Rapidly execute different commands. **Expected:** The app should handle sequential commands without becoming unresponsive.