From 380d317d747e33a0b480158c9499baede74a7e67 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 29 May 2021 19:59:30 +0300 Subject: test: add scenario for two numbers in the wrong order Sponsored-by: author --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b36b7e2..95a0b93 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,14 @@ when I run max-client.py 5 6 then answer is 0 ~~~ +### List of two numbers in wrong order + +~~~scenario +given server +when I run max-client.py 6 5 +then answer is 1 +~~~ + --- title: "OSO work sample—MAX" -- cgit v1.2.1