From e6969fde81064384f07000006d8d7b5abb7625b4 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Sun, 16 Apr 2023 08:31:09 -0500 Subject: [PATCH] Add example: posts with overlapping authors --- forum-network/src/index.html | 1 + forum-network/src/tests/all.test.html | 1 + forum-network/src/tests/forum11.test.html | 26 ++++++++++ .../src/tests/scripts/forum/forum11.test.js | 47 +++++++++++++++++++ 4 files changed, 75 insertions(+) create mode 100644 forum-network/src/tests/forum11.test.html create mode 100644 forum-network/src/tests/scripts/forum/forum11.test.js diff --git a/forum-network/src/index.html b/forum-network/src/index.html index c9b568c..c0d4a65 100644 --- a/forum-network/src/index.html +++ b/forum-network/src/index.html @@ -25,6 +25,7 @@
  • Incinerate reputation
  • Use incineration to achieve more balanced reweighting
  • Post with multiple authors
  • +
  • Multiple posts with overlapping authors