Skip to content

Commit c2c8e63

Browse files
authored
Update combine_ways.test.js
1 parent 92526cd commit c2c8e63

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/combine_ways.test.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ describe.each([
8686
'<way id="3"><nd ref="3"/><nd ref="4"/><nd ref="1"/></way>',
8787
], 1, 5, [], 'Dealing with amiguity. Only make one closed way',
8888
],
89-
//[
90-
// [
91-
// '<way id="1"><nd ref="1"/><nd ref="2"/><nd ref="3"/></way>',
92-
// '<way id="2"><nd ref="3"/><nd ref="4"/><nd ref="2"/><nd ref="5"/><nd ref="1"/></way>',
93-
// ], 0, 0, [], 'Closed way is self intersecting',
94-
//],
89+
[
90+
[
91+
'<way id="1"><nd ref="1"/><nd ref="2"/><nd ref="3"/></way>',
92+
'<way id="2"><nd ref="3"/><nd ref="4"/><nd ref="2"/><nd ref="5"/><nd ref="1"/></way>',
93+
], 0, 0, [], 'Closed way is self intersecting',
94+
],
9595
[
9696
[
9797
'<way id="1"><nd ref="1"/><nd ref="2"/></way>',

0 commit comments

Comments
 (0)