From 53760d6d348382ccbd17d0ecf6919190d5ddf812 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 1 Nov 2013 18:23:35 +0000 Subject: [PATCH] rename, no "index-" prefix for jasmine test HTML files --- examples/htdocs/index-jasmine-popup.html | 47 ----------------- examples/htdocs/index-jasmine.html | 82 ------------------------------ examples/htdocs/jasmine-popup.html | 47 +++++++++++++++++ examples/htdocs/jasmine.html | 82 ++++++++++++++++++++++++++++++ 4 files changed, 129 insertions(+), 129 deletions(-) delete mode 100644 examples/htdocs/index-jasmine-popup.html delete mode 100644 examples/htdocs/index-jasmine.html create mode 100644 examples/htdocs/jasmine-popup.html create mode 100644 examples/htdocs/jasmine.html diff --git a/examples/htdocs/index-jasmine-popup.html b/examples/htdocs/index-jasmine-popup.html deleted file mode 100644 index 38e673b..0000000 --- a/examples/htdocs/index-jasmine-popup.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - MKWS demo: jQuery popup plugin with jasmine - - - - - - - - - - - - - - - - - - - - - - - - - -
-An embryonic MasterKey Widget Set
-=================================
-
-This directory contains an embryonic MasterKey Widget Set, based
-initially on "jsdemo" though now far removed from those beginnnings.
-[...]
-    
- - diff --git a/examples/htdocs/index-jasmine.html b/examples/htdocs/index-jasmine.html deleted file mode 100644 index 818123c..0000000 --- a/examples/htdocs/index-jasmine.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - MKWS demo: Wolfram's playground - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - diff --git a/examples/htdocs/jasmine-popup.html b/examples/htdocs/jasmine-popup.html new file mode 100644 index 0000000..38e673b --- /dev/null +++ b/examples/htdocs/jasmine-popup.html @@ -0,0 +1,47 @@ + + + + MKWS demo: jQuery popup plugin with jasmine + + + + + + + + + + + + + + + + + + + + + + + + + +
+An embryonic MasterKey Widget Set
+=================================
+
+This directory contains an embryonic MasterKey Widget Set, based
+initially on "jsdemo" though now far removed from those beginnnings.
+[...]
+    
+ + diff --git a/examples/htdocs/jasmine.html b/examples/htdocs/jasmine.html new file mode 100644 index 0000000..818123c --- /dev/null +++ b/examples/htdocs/jasmine.html @@ -0,0 +1,82 @@ + + + + MKWS demo: Wolfram's playground + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + -- 1.7.10.4