File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exercises/practice/robot-simulator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
99
(is (equal ' (0 . 1 ) (robot-simulator :robot-position robot)))
100
100
(is (equal robot-simulator :+north+ (robot-simulator :robot-bearing robot)))))
101
101
102
- (test advance-decrements-y-when-facing-north
102
+ (test advance-decrements-y-when-facing-south
103
103
(let ((robot
104
104
(robot-simulator :make-robot :position ' (0 . 0 ) :bearing
105
105
robot-simulator :+south+ )))
123
123
(is (equal ' (-1 . 0 ) (robot-simulator :robot-position robot)))
124
124
(is (equal robot-simulator :+west+ (robot-simulator :robot-bearing robot)))))
125
125
126
- (test move-east-and-north-readme
126
+ (test move-east-and-north
127
127
(let ((robot
128
128
(robot-simulator :make-robot :position ' (7 . 3 ) :bearing
129
129
robot-simulator :+north+ )))
You can’t perform that action at this time.
0 commit comments