mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[assert] Begin
This commit is contained in:
parent
86b621966e
commit
298d4cb206
6
test/ecmascript/assert/console.assert.html
Normal file
6
test/ecmascript/assert/console.assert.html
Normal file
@ -0,0 +1,6 @@
|
||||
<script>
|
||||
console.error("console.assert.html");
|
||||
console.assert(0 % 2 === 0, "O is not even");
|
||||
console.assert(1 % 2 === 0, "1 is not even");
|
||||
console.exit(0);
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user