mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
8 lines
100 B
JavaScript
8 lines
100 B
JavaScript
load("test-common.js");
|
|
|
|
try {
|
|
assert(Math.sqrt(9) === 3);
|
|
console.log("PASS");
|
|
} catch {
|
|
}
|