From ead723bc1cf29aec844b19d1e3882dde9ab57fd3 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Sat, 23 Nov 2013 16:29:37 -0500
Subject: [PATCH] rename markdown tests to use same naming format as other
 tests

---
 ...utes-markdown.html => test-markdown-element-attributes.html} | 2 +-
 ...tributes-markdown.js => test-markdown-element-attributes.js} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename test/{test-element-attributes-markdown.html => test-markdown-element-attributes.html} (97%)
 rename test/{test-element-attributes-markdown.js => test-markdown-element-attributes.js} (100%)

diff --git a/test/test-element-attributes-markdown.html b/test/test-markdown-element-attributes.html
similarity index 97%
rename from test/test-element-attributes-markdown.html
rename to test/test-markdown-element-attributes.html
index 0853801..417ce30 100644
--- a/test/test-element-attributes-markdown.html
+++ b/test/test-markdown-element-attributes.html
@@ -76,7 +76,7 @@
 		<script src="../plugin/markdown/markdown.js"></script>
 		<script src="qunit-1.12.0.js"></script>
 
-		<script src="test-element-attributes-markdown.js"></script>
+		<script src="test-markdown-element-attributes.js"></script>
 
 	</body>
 </html>
diff --git a/test/test-element-attributes-markdown.js b/test/test-markdown-element-attributes.js
similarity index 100%
rename from test/test-element-attributes-markdown.js
rename to test/test-markdown-element-attributes.js
-- 
GitLab