From c8bf38e5fb717d40635a2a89b22ed71b0de4266b Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 1 Dec 2020 13:33:34 +0100 Subject: Squashed 'dependencies/uthash/' content from commit 8e67ced git-subtree-dir: dependencies/uthash git-subtree-split: 8e67ced1d1c5bd8141c542a22630e6de78aa6b90 --- tests/test84.ans | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 tests/test84.ans (limited to 'tests/test84.ans') diff --git a/tests/test84.ans b/tests/test84.ans new file mode 100644 index 000000000..ada2c442b --- /dev/null +++ b/tests/test84.ans @@ -0,0 +1,41 @@ +added bob (id 0) +added jack (id 1) +added gary (id 2) +added ty (id 3) +added bo (id 4) +added phil (id 5) +added art (id 6) +added gil (id 7) +added buck (id 8) +added ted (id 9) +found bob (id 0) +replaced (y) with bob (id 0) +found jack (id 1) +replaced (y) with jack (id 10) +found gary (id 2) +replaced (y) with gary (id 20) +found ty (id 3) +replaced (y) with ty (id 30) +found bo (id 4) +replaced (y) with bo (id 40) +found phil (id 5) +replaced (y) with phil (id 50) +found art (id 6) +replaced (y) with art (id 60) +found gil (id 7) +replaced (y) with gil (id 70) +found buck (id 8) +replaced (y) with buck (id 80) +found ted (id 9) +replaced (y) with ted (id 90) +traversing... +bob (id 0) +jack (id 10) +gary (id 20) +ty (id 30) +bo (id 40) +phil (id 50) +art (id 60) +gil (id 70) +buck (id 80) +ted (id 90) -- cgit v1.2.3