Skip to content

Commit e0fe1d6

Browse files
add a test for 936
1 parent b4af8e7 commit e0fe1d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/com/fishercoder/_936Test.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ public static void setup() {
1818
public void test1() {
1919
assertArrayEquals(new int[]{0, 2}, solution1.movesToStamp("abc", "ababc"));
2020
}
21+
22+
@Test
23+
public void test2() {
24+
assertArrayEquals(new int[]{}, solution1.movesToStamp("aye", "eyeye"));
25+
}
2126
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy