зеркало из https://github.com/mozilla/pjs.git
Improving readability.
This commit is contained in:
Родитель
2efc9263ba
Коммит
33c273f62c
|
@ -75,14 +75,15 @@ function Car(make)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var myCar = new Car(cnMake);
|
|
||||||
myCar.paint();
|
|
||||||
|
|
||||||
|
var myCar = new Car(cnMake);
|
||||||
status = 'Section 3 of test';
|
status = 'Section 3 of test';
|
||||||
actual = myCar.make;
|
actual = myCar.make;
|
||||||
expect = cnMake;
|
expect = cnMake;
|
||||||
addThis();
|
addThis();
|
||||||
|
|
||||||
|
|
||||||
|
myCar.paint();
|
||||||
status = 'Section 4 of test';
|
status = 'Section 4 of test';
|
||||||
actual = myCar.color;
|
actual = myCar.color;
|
||||||
expect = cnColor;
|
expect = cnColor;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче