more tests; write System.err to console
This commit is contained in:
parent
23354f4a55
commit
16ee5b632a
@ -35,7 +35,7 @@ class SolutionTest {
|
||||
redirectStreams(
|
||||
new ByteArrayInputStream( input.getBytes( UTF_8 )),
|
||||
new PrintStream( bos, true, UTF_8 ),
|
||||
new PrintStream( new ByteArrayOutputStream(), true, UTF_8 )
|
||||
oldErr
|
||||
);
|
||||
|
||||
// start time tracking
|
||||
|
@ -5,11 +5,15 @@
|
||||
(()),true
|
||||
[]{},true
|
||||
{[]},true
|
||||
{(((({}))))},true
|
||||
()[]{}([{}]),true
|
||||
()[()]({[()]})([]),true
|
||||
(,false
|
||||
],false
|
||||
{],false
|
||||
(},false
|
||||
([)],false
|
||||
{((((})))),false
|
||||
{(((([))))}],false
|
||||
{(((([[[[{{},false
|
||||
()[()]({[[(])]})([]),false
|
|
Loading…
x
Reference in New Issue
Block a user