mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Fix spelling (#128)
* Fix spelling in .cpp files * Fix spelling in all files
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// TODO: to be completed
|
||||
|
||||
QUIZ_CASE(python_turtle) {
|
||||
TestExecutionEnvironment env = init_environement();
|
||||
TestExecutionEnvironment env = init_environnement();
|
||||
assert_command_execution_fails(env, "forward(3)");
|
||||
assert_command_execution_succeeds(env, "from turtle import *");
|
||||
assert_command_execution_succeeds(env, "reset()");
|
||||
@@ -28,7 +28,7 @@ QUIZ_CASE(python_turtle) {
|
||||
|
||||
QUIZ_CASE(python_turtle_circle) {
|
||||
// Turtle position should be unchanged after a complete circle
|
||||
TestExecutionEnvironment env = init_environement();
|
||||
TestExecutionEnvironment env = init_environnement();
|
||||
assert_command_execution_succeeds(env, "from turtle import *");
|
||||
assert_command_execution_succeeds(env, "goto(0,0)");
|
||||
assert_command_execution_succeeds(env, "circle(28)");
|
||||
|
||||
Reference in New Issue
Block a user