Update test.html

This commit is contained in:
dukesrg 2015-04-28 12:50:22 +03:00
parent 321a58e4ee
commit a4d3d712c7

View File

@ -1,3 +1,8 @@
<html><head><script>
alert('test');
a='test'.match(/./g);
alert(a.shift());
alert(a.shift());
alert(a.shift());
alert(a.shift());
alert(a.shift());
</script><head></html>