From c7764804bafb6ab75c049c393ce2a239cc57bcc3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 29 May 2021 19:58:29 +0300 Subject: test: add scenario for a list of two ordered numbers Sponsored-by: author --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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—MAX" -- cgit v1.2.1