From b214f38d2c24a890ce36512a0c8bab965e27a508 Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Tue, 23 Sep 2014 22:34:14 +0800 Subject: README --- .../Blocks/syntax/tests/cases/004_url_parsing.html | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 Code/Blocks/syntax/tests/cases/004_url_parsing.html (limited to 'Code/Blocks/syntax/tests/cases/004_url_parsing.html') diff --git a/Code/Blocks/syntax/tests/cases/004_url_parsing.html b/Code/Blocks/syntax/tests/cases/004_url_parsing.html new file mode 100644 index 0000000..d489a66 --- /dev/null +++ b/Code/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