-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kevin Morris
committed
Mar 9, 2017
1 parent
b6df1cf
commit b576266
Showing
9 changed files
with
71 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<div> | ||
|
||
Lorem ipsum dolor sit amet | ||
|
||
<script type="text/javascript"> | ||
// set global var | ||
var unitTestVariable1 = true; | ||
</script> | ||
|
||
Lorem ipsum dolor sit amet | ||
|
||
<script type="text/javascript"> | ||
// set another global var | ||
var unitTestVariable2 = true; | ||
</script> | ||
|
||
<script type="text/javascript"> | ||
// set global var | ||
if (typeof scriptCount == 'undefined') | ||
var scriptCount = 1; | ||
else | ||
scriptCount++; | ||
</script> | ||
|
||
Lorem ipsum dolor sit amet | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "name": "jquery-test" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "name": "jquery-test" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
formScriptTest = function() { | ||
// no-op | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<root> | ||
<test></test> | ||
<test></test> | ||
<test></test> | ||
</root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Lorem ipsum dolor sit amet | ||
consectetuer adipiscing elit | ||
Sed lorem leo | ||
lorem leo consectetuer adipiscing elit | ||
Sed lorem leo | ||
rhoncus sit amet | ||
elementum at | ||
bibendum at, eros | ||
Cras at mi et tortor egestas vestibulum | ||
sed Cras at mi vestibulum | ||
Phasellus sed felis sit amet | ||
orci dapibus semper. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters