summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-05-29 19:59:30 +0300
committerLars Wirzenius <liw@liw.fi>2021-05-29 19:59:30 +0300
commit380d317d747e33a0b480158c9499baede74a7e67 (patch)
tree6a87d3a19dc9893a57aaaf46406108395bce4683
parentc7764804bafb6ab75c049c393ce2a239cc57bcc3 (diff)
downloadoso-work-sample-380d317d747e33a0b480158c9499baede74a7e67.tar.gz
test: add scenario for two numbers in the wrong order
Sponsored-by: author
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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&mdash;MAX"