Added a tests folder with some starter files

git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10104 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
subtlegradient
2008-07-02 17:01:05 +00:00
parent 7ca0d476cf
commit a8f3f40b77
2 changed files with 16 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Embedded Javascript Test.html</title>
<script type="text/javascript" charset="utf-8">
</script>
</head>
<body>
<script type="text/javascript" charset="utf-8">
</script>
</body>
</html>
View File