Return continuation even if no chat data

This commit is contained in:
taizan-hokuto
2020-02-16 23:31:25 +09:00
parent d8c1c4491d
commit eae485b914
4 changed files with 34 additions and 30 deletions

View File

@@ -66,7 +66,7 @@ def test_duplicate_head():
[4] , [5] -> append [4]
append [5]
result : [0] , [3] , [5]
result : [2] , [4] , [5]
"""
#chat data offsets are ignored.