mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fixing two tests in Jerry test suite.
This commit is contained in:
parent
7819adcf99
commit
db6b12f958
@ -13,4 +13,4 @@
|
||||
// limitations under the License.
|
||||
|
||||
var s = 'hello';
|
||||
asssert(s[0] == 'h');
|
||||
assert(s[0] == 'h');
|
||||
|
||||
@ -18,4 +18,6 @@ function foo() {
|
||||
var b = 20;
|
||||
|
||||
assert(a + b === 30);
|
||||
}
|
||||
}
|
||||
|
||||
foo();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user