Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commitdda77e0

Browse files
committed
Test: Forgot to re-set seperator when copying new line
1 parent903d79d commitdda77e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎arrayStringMap.test.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe("Map with one object", () => {
100100
})
101101

102102
describe("Map with one object and different separator",()=>{
103-
constarrayStringMap=newArrayStringMap<TwoNumberArray,number>();
103+
constarrayStringMap=newArrayStringMap<TwoNumberArray,number>(":");
104104
arrayStringMap.set(sampleArray1,sampleValue1);
105105
it("Map uses proper encoding underneath",()=>{
106106
//@ts-ignore - this is a test, and we need to make sure the underlying item

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp