Sha256: 10e6ea04baa030b98fd8db03bad80df535e290befcd9bcbc9ccba7710a44401a
Contents?: true
Size: 234 Bytes
Versions: 17
Compression:
Stored size: 234 Bytes
Contents
<html> <head> <title> </title> <script> var foo = 10; if(foo!=10) { throw new Error("scope problem occured"); } </script> <script> if(foo!=10) { throw new Error("scope problem occured"); } </script> </head> <body> </body> </html>
Version data entries
17 entries across 17 versions & 2 rubygems