summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-05-29 19:58:29 +0300
committerLars Wirzenius <liw@liw.fi>2021-05-29 19:58:29 +0300
commitc7764804bafb6ab75c049c393ce2a239cc57bcc3 (patch)
tree2960fe1b12b613b350a5a872095dce50502dd03f
parentd1ac545b0b89ec93ce2e4308aa53e88bd06a9395 (diff)
downloadoso-work-sample-c7764804bafb6ab75c049c393ce2a239cc57bcc3.tar.gz
test: add scenario for a list of two ordered numbers
Sponsored-by: author
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index bcc43a9..b36b7e2 100644
--- a/README.md
+++ b/README.md
@@ -191,6 +191,14 @@ when I run max-client.py 5 5
then answer is 0
~~~
+### List of two numbers in order
+
+~~~scenario
+given server
+when I run max-client.py 5 6
+then answer is 0
+~~~
+
---
title: "OSO work sample&mdash;MAX"