test cases and drm

This commit is contained in:
velzie 2024-08-02 18:16:44 -04:00
parent fc8738b239
commit 14a0305bdb
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
10 changed files with 3582 additions and 22 deletions

View file

@ -0,0 +1,6 @@
function f(g = globalThis, l = location) {
check(g);
check(l);
}
f();