From 6a1c2e4bbfd81a9018c8b3e39d2d4afef5caf9f2 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 Mar 2019 21:47:27 -0500 Subject: [PATCH] Fix smart quotes (#131) --- docs/ManualTests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ManualTests.md b/docs/ManualTests.md index deb8111..6fbc671 100644 --- a/docs/ManualTests.md +++ b/docs/ManualTests.md @@ -11,7 +11,7 @@ These manual tests are run before every release of the Calculator app. Steps: 1. From the Standard Calculator page, input “3”, “+”, “3”, “Enter” on the keyboard Expected: “6” shows up in the display -2. Input “4”, “-“, “2”, “=” using the in-app buttons +2. Input “4”, “-”, “2”, “=” using the in-app buttons *Expected: “2” shows up in the display* **Test 2** @@ -31,7 +31,7 @@ Steps: **Test 2** Steps: -1. Input “5”, “n!“, “=” using the in-app buttons +1. Input “5”, “n!”, “=” using the in-app buttons *Expected: “120” shows up in the display* ### Math in Programmer Calculator