tor-browser
The Tor Browser
git clone
https://git.dasho.dev/tor-browser.git
Log
|
Files
|
Refs
|
README
|
LICENSE
testHOTLOOPSize.js (72B)
1
function
test8Size
()
{
2
return
8
>
1
;
3
}
4
assertEq
(
test8Size
(),
true
);