Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ testNewLines
Method
testNewLines
qcommon/src/test/java/jake2/qcommon/exec/CbufTest.java:21–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
@Test
22
public
void
testNewLines() {
23
assertEquals(Arrays.asList(
"1"
,
"2"
,
"3"
,
"4"
), splitCommandLine(
"1\n2\r3;4"
));
24
}
25
}
Callers
nothing calls this directly
Calls
1
splitCommandLine
Method · 0.80
Tested by
no test coverage detected