diff options
Diffstat (limited to 'test/001_pieces')
| -rw-r--r-- | test/001_pieces/01_solved.in | 2 | ||||
| -rw-r--r-- | test/001_pieces/02_scrambled.in | 2 | ||||
| -rw-r--r-- | test/001_pieces/pieces_tests.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/001_pieces/01_solved.in b/test/001_pieces/01_solved.in index dff224d..5aa6ba7 100644 --- a/test/001_pieces/01_solved.in +++ b/test/001_pieces/01_solved.in | |||
| @@ -1 +1 @@ | |||
| UF0 UB0 DB0 DF0 UR0 UL0 DL0 DR0 FR0 FL0 BL0 BR0 UFR0 UBL0 DFL0 DBR0 UFL0 UBR0 DFR0 DBL0 | ABCDEFGH=ABCDEFGHIJKL=A | ||
diff --git a/test/001_pieces/02_scrambled.in b/test/001_pieces/02_scrambled.in index 6a05bbc..4dfa7b7 100644 --- a/test/001_pieces/02_scrambled.in +++ b/test/001_pieces/02_scrambled.in | |||
| @@ -1 +1 @@ | |||
| FL0 DB0 UB1 FR0 UR0 DF0 UF0 BR1 UL1 BL1 DL0 DR0 DFR1 UFR1 UBR1 UFL2 DBR2 DFL0 DBL2 UBL0 | OINUTCXB=JCRIEDAbVaGH=A | ||
diff --git a/test/001_pieces/pieces_tests.c b/test/001_pieces/pieces_tests.c index 2e6460b..452a11b 100644 --- a/test/001_pieces/pieces_tests.c +++ b/test/001_pieces/pieces_tests.c | |||
| @@ -13,7 +13,7 @@ void run(void) { | |||
| 13 | while (*aux != '\n') | 13 | while (*aux != '\n') |
| 14 | aux++; | 14 | aux++; |
| 15 | 15 | ||
| 16 | cube = readcube("H48", str); | 16 | cube = readcube(str); |
| 17 | pieces(&cube, corner, edge); | 17 | pieces(&cube, corner, edge); |
| 18 | 18 | ||
| 19 | for (i = 0; i < 8; i++) | 19 | for (i = 0; i < 8; i++) |
