Fixed newlines
This commit is contained in:
parent
3b58dd8400
commit
0ab694c183
1 changed files with 5 additions and 5 deletions
|
@ -41,7 +41,7 @@ Server > Client2: **test.py**
|
|||
Client2: **Changes test.py**
|
||||
Client2: `{"sync" : ["test.py" : {"md5" : "0cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Client2: **test.py**
|
||||
Server (Broadcast): `{"sync" : ["test.py" : {"md5" : "0cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Server (Broadcast): `{"sync" : ["test.py" : {"md5" : "0cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Server (Broadcast): **test.py**
|
||||
|
||||
Client2: **Deletes test.py**
|
||||
|
@ -55,19 +55,19 @@ Client3: `{"sync" : []}`
|
|||
Client3: **Creates test1.py**
|
||||
Client3: `{"sync" : ["test1.py" : {"md5" : "1cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Client3: **test1.py**
|
||||
Server (Broadcast): `{"sync" : {"test1.py" : {"md5" : "1cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Server (Broadcast): `{"sync" : {"test1.py" : {"md5" : "1cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Server (Broadcast): **test1.py**
|
||||
|
||||
Client3: **Creates test2.py**
|
||||
Client3: `{"sync" : ["test2.py" : {"md5" : "2cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Client3: **test2.py**
|
||||
Server (Broadcast): `{"sync" : {"test2.py" : {"md5" : "2cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Server (Broadcast): `{"sync" : {"test2.py" : {"md5" : "2cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Server (Broadcast): **test2.py**
|
||||
|
||||
Client3: **Creates test3.py**
|
||||
Client3: `{"sync" : ["test3.py" : {"md5" : "3cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Client3: **test3.py**
|
||||
Server (Broadcast): `{"sync" : {"test3.py" : {"md5" : "3cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Server (Broadcast): `{"sync" : {"test3.py" : {"md5" : "3cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Server (Broadcast): **test3.py**
|
||||
|
||||
Client1: **Deletes test2.py**
|
||||
|
@ -77,5 +77,5 @@ Server (Broadcast): `{"sync" : ["test2.py" : {"md5" : "0"}}`
|
|||
Client2: **Changes test3.py**
|
||||
Client2: `{"sync" : ["test3.py" : {"md5" : "7cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Client2: **test3.py**
|
||||
Server (Broadcast): `{"sync" : ["test3.py" : {"md5" : "7cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Server (Broadcast): `{"sync" : ["test3.py" : {"md5" : "7cbcc3416544206f8789391dc6805f8e"}}`
|
||||
Server (Broadcast): **test3.py**
|
||||
|
|
Reference in a new issue