1 parent 72ccdbe commit ccb2a19Copy full SHA for ccb2a19
1 file changed
cspuz_solver_backend/src/puzzle/slalom.rs
@@ -69,7 +69,7 @@ mod tests {
69
#[rustfmt::skip]
70
fn test_solve() {
71
compare_board_and_check_no_solution_case!(
72
- solve("https://puzz.link/p?slalom/d/10/10/h133316131f131p1333315131f1333351aj11314333h42g/51"),
+ solve("https://puzz.link/p?slalom/d/10/10/h133316131f131p1333315131f1333351aj41314333h42g/51"),
73
Board {
74
kind: BoardKind::Grid,
75
height: 10,
@@ -87,7 +87,7 @@ mod tests {
87
Item { y: 5, x: 9, color: "black", kind: ItemKind::Fill },
88
Item { y: 7, x: 15, color: "black", kind: ItemKind::Fill },
89
Item { y: 7, x: 15, color: "white", kind: ItemKind::Num(1) },
90
- Item { y: 7, x: 15, color: "white", kind: ItemKind::SideArrowUp },
+ Item { y: 7, x: 15, color: "white", kind: ItemKind::SideArrowRight },
91
Item { y: 7, x: 17, color: "black", kind: ItemKind::DottedHorizontalWall },
92
Item { y: 7, x: 19, color: "black", kind: ItemKind::Fill },
93
Item { y: 7, x: 19, color: "white", kind: ItemKind::Num(1) },
0 commit comments