mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
58 lines
1.5 KiB
Plaintext
58 lines
1.5 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>content</key>
|
|
<string><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>JSSpec results</title>
|
|
<style type="text/css">
|
|
/*<![CDATA[*/
|
|
`cat "$TM_BUNDLE_SUPPORT/JSSpec/JSSpec.css"`
|
|
/*]]>*/
|
|
</style>
|
|
<script type="text/javascript">
|
|
/*<![CDATA[*/
|
|
`cat "$TM_BUNDLE_SUPPORT/JSSpec/diff_match_patch.js"`
|
|
/*]]>*/
|
|
</script>
|
|
<script type="text/javascript">
|
|
/*<![CDATA[*/
|
|
`cat "$TM_BUNDLE_SUPPORT/JSSpec/JSSpec.js"`
|
|
/*]]>*/
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<script src="${1:something}.js" type="text/javascript" charset="utf-8"></script>
|
|
<script type="text/javascript" charset="utf-8">
|
|
|
|
describe('${2:$1}', {
|
|
|
|
'should exist': function(){
|
|
value_of( ${3:$1} ).should_not_be_undefined();
|
|
}
|
|
,
|
|
'should work': function(){
|
|
$0
|
|
}
|
|
});
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|
|
</string>
|
|
<key>name</key>
|
|
<string>JSSpec Standalone</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>tabTrigger</key>
|
|
<string>jsspec</string>
|
|
<key>uuid</key>
|
|
<string>1C062C73-8798-4794-8F4A-223012E42A07</string>
|
|
</dict>
|
|
</plist>
|