This commit is contained in:
bel
2023-09-16 22:30:34 -06:00
commit 6283d7f321
27 changed files with 516 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
expect: "hello world ohno"
nodes:
- ts: 0
content: hello
to: 1/
- ts: 1
content: " world"
from: 0/
- ts: 99
content: " ohno"
from: 0/

View File

@@ -0,0 +1,6 @@
expect: "maybeAmaybeB"
nodes:
- ts: 0
content: "maybeA"
- ts: 0
content: "maybeB"

View File

@@ -0,0 +1,10 @@
expect: "hello world"
nodes:
- ts: 0
content: hello
client_name: x
to: 1/x
- ts: 1
content: " world"
client_name: x
from: 0/x

View File

@@ -0,0 +1,11 @@
expect: " world"
nodes:
- ts: 0
content: hello
client_name: x
to: 1/x
is_delete: true
- ts: 1
content: " world"
client_name: x
from: 0/x

View File

@@ -0,0 +1,16 @@
expect: "idx0idx1idx2idx3"
nodes:
- ts: 1
content: "idx0"
to: 0/
- ts: 0
content: "idx1"
from: 1/
to: 2/
- ts: 2
content: "idx2"
from: 0/
to: 3/
- ts: 3
content: "idx3"
from: 2/