Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
921eb737
Commit
921eb737
authored
4 years ago
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
88062620
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
wcfs/internal/xbtree_test.py
wcfs/internal/xbtree_test.py
+10
-4
No files found.
wcfs/internal/xbtree_test.py
View file @
921eb737
...
...
@@ -187,7 +187,13 @@ def test_AllStructs():
T
([
2
],
B
(
1
),
B
(
3
)),
T
([
2
],
B
(
1
),
B
(
3
)),
# T2/
T
([
2
],
T
([],
B
(
1
)),
T
([],
B
(
3
))),
T
([
3
],
B
(
1
),
B
(
3
)),
T
([
4
],
B
(
1
,
3
),
B
()),
# nsplit=1,0 depth=1
...
...
@@ -197,9 +203,9 @@ def test_AllStructs():
#T([1],
# T([], B()),
# T([], B(1,3))),
T
([
2
],
T
([],
B
(
1
)),
T
([],
B
(
3
))),
#
T([2],
#
T([], B(1)),
#
T([], B(3))),
T
([
3
],
T
([],
B
(
1
)),
T
([],
B
(
3
))),
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment