From 80255411ee7040e0cebbf6b05d2ce323f6f2596e Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Fri, 22 Aug 2014 17:23:02 +0800 Subject: backup --- .../Blocks/syntax/tests/cases/004_url_parsing.html | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 Back/Blocks/syntax/tests/cases/004_url_parsing.html (limited to 'Back/Blocks/syntax/tests/cases/004_url_parsing.html') diff --git a/Back/Blocks/syntax/tests/cases/004_url_parsing.html b/Back/Blocks/syntax/tests/cases/004_url_parsing.html new file mode 100644 index 0000000..d489a66 --- /dev/null +++ b/Back/Blocks/syntax/tests/cases/004_url_parsing.html @@ -0,0 +1,43 @@ +
+/**
+ * Please see <http://www.alexgorbatchev.come/?test=1&y=2>
+ */
+var home = "http://www.alexgorbatchev.come/?test=1&y=2;test/1/2/3;";
+// < http://www.gnu.org/licenses/?test=1&y=2 >.
+
+// Test embedded URLs that terminate at a left angle bracket.
+// See bug #28: http://bitbucket.org/alexg/syntaxhighlighter/issue/28/
+"http://www.example.com/song2.mp3";
+
+ + \ No newline at end of file -- cgit v1.2.3