This commit is contained in:
lolocomotive
2021-12-28 21:51:52 +01:00
committed by GitHub
parent 0860e48cb6
commit 1da537479f

View File

@@ -63,7 +63,7 @@ QUIZ_CASE(variable_box_controller) {
};
// FIXME This test does not load imported variables for now
assert_variables_are(
"\x01 from math import *\nfroo=3",
"\x01\x01 from math import *\nfroo=3",
"fr",
expectedVariables,
sizeof(expectedVariables) / sizeof(const char *));