From 4b7feffbe8a68d793a915e9904ea38eba9812310 Mon Sep 17 00:00:00 2001 From: robstoll Date: Wed, 9 Jun 2021 07:19:10 +0000 Subject: [PATCH] generate README examples --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6400e997e..9e74a75b4 100644 --- a/README.md +++ b/README.md @@ -1104,10 +1104,9 @@ expected that subject: [1, 2, 3, 4] (java.util.Arrays.ArrayList <1234789> ◆ does not contain: ⚬ an element which: » is greater than: 2 (kotlin.Int <1234789>) - ✘ ▶ number of such entries: 2 - ◾ is: 0 (kotlin.Int <1234789>) - ✔ ▶ has at least one element: true - ◾ is: true + ❗❗ following elements were mismatched: + ⚬ index 2: 3 (kotlin.Int <1234789>) + ⚬ index 3: 4 (kotlin.Int <1234789>) ```
@@ -1483,10 +1482,8 @@ expected that subject: {a=1, b=2} (java.util.LinkedHashMap <1234789>) ◾ does not contain: ⚬ an element which: » is greater than: 1 (kotlin.Int <1234789>) - ✘ ▶ number of such entries: 1 - ◾ is: 0 (kotlin.Int <1234789>) - ✔ ▶ has at least one element: true - ◾ is: true + ❗❗ following elements were mismatched: + ⚬ index 1: 2 (kotlin.Int <1234789>) ```