From bc5b7c288d29215c585db254a203889e0dea54e2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 7 Oct 2014 22:35:19 -0700 Subject: Removed oldtests. --- oldtests/Misc/BackslashEscapes.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 oldtests/Misc/BackslashEscapes.html (limited to 'oldtests/Misc/BackslashEscapes.html') diff --git a/oldtests/Misc/BackslashEscapes.html b/oldtests/Misc/BackslashEscapes.html deleted file mode 100644 index 3eb2aed..0000000 --- a/oldtests/Misc/BackslashEscapes.html +++ /dev/null @@ -1,14 +0,0 @@ -

*not emphasized* -\emphasis -**not bold** -<br/> not a tag -[link](/foo) not a link -link -`not code`

-

1. not a list item

-

* not a list.

-

# Not a header

-

[foo]: /url "not a reference"

-

$ ^ ; can be escaped. -\a \b \T cannot. -unicode letters and symbols cannot: \π \‥.

-- cgit v1.2.3