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 -------------- oldtests/Misc/BackslashEscapes.markdown | 19 ------------------- oldtests/Misc/Laziness.html | 22 ---------------------- oldtests/Misc/Laziness.markdown | 14 -------------- oldtests/Misc/LineBreaks.html | 11 ----------- oldtests/Misc/LineBreaks.markdown | 18 ------------------ oldtests/Misc/Transitions.html | 26 -------------------------- oldtests/Misc/Transitions.markdown | 20 -------------------- 8 files changed, 144 deletions(-) delete mode 100644 oldtests/Misc/BackslashEscapes.html delete mode 100644 oldtests/Misc/BackslashEscapes.markdown delete mode 100644 oldtests/Misc/Laziness.html delete mode 100644 oldtests/Misc/Laziness.markdown delete mode 100644 oldtests/Misc/LineBreaks.html delete mode 100644 oldtests/Misc/LineBreaks.markdown delete mode 100644 oldtests/Misc/Transitions.html delete mode 100644 oldtests/Misc/Transitions.markdown (limited to 'oldtests/Misc') 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: \π \‥.

diff --git a/oldtests/Misc/BackslashEscapes.markdown b/oldtests/Misc/BackslashEscapes.markdown deleted file mode 100644 index 23496dc..0000000 --- a/oldtests/Misc/BackslashEscapes.markdown +++ /dev/null @@ -1,19 +0,0 @@ -\*not emphasized* -\\*emphasis* -\*\*not bold** -\
not a tag -\[link](/foo) not a link -[link](/foo\) "title\"") -\`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: \π \‥. diff --git a/oldtests/Misc/Laziness.html b/oldtests/Misc/Laziness.html deleted file mode 100644 index e130eb5..0000000 --- a/oldtests/Misc/Laziness.html +++ /dev/null @@ -1,22 +0,0 @@ -
-
    -
  1. one -two
  2. -
-
-

Laziness only affects paragraph continuations:

-
-
code
-
-
-
not same code block
-
-
    -
  1. hello
  2. -
-
-
-
-
-

code

-
diff --git a/oldtests/Misc/Laziness.markdown b/oldtests/Misc/Laziness.markdown deleted file mode 100644 index 2c32870..0000000 --- a/oldtests/Misc/Laziness.markdown +++ /dev/null @@ -1,14 +0,0 @@ -> 1. one -> two - -Laziness only affects paragraph continuations: - -> code - not same code block - -1. hello ------ - -> ``` -code -``` diff --git a/oldtests/Misc/LineBreaks.html b/oldtests/Misc/LineBreaks.html deleted file mode 100644 index 2d85e85..0000000 --- a/oldtests/Misc/LineBreaks.html +++ /dev/null @@ -1,11 +0,0 @@ -

Two spaces
-break a line. Or more than two
-and spaces in the following line are absorbed.

-

You can also break lines with
-a backslash.

-

Two spaces at the end of a paragraph are -not a line break.

-

A backslash at the end of a paragraph is -not a line break.\

-

Similarly with setext headers

-

And with backslashes\

diff --git a/oldtests/Misc/LineBreaks.markdown b/oldtests/Misc/LineBreaks.markdown deleted file mode 100644 index 3632dcb..0000000 --- a/oldtests/Misc/LineBreaks.markdown +++ /dev/null @@ -1,18 +0,0 @@ -Two spaces -break a line. Or more than two - and spaces in the following line are absorbed. - -You can also break lines with\ -a backslash. - -Two spaces at the end of a paragraph are -not a line break. - -A backslash at the end of a paragraph is -not a line break.\ - -Similarly with setext headers -------------------------------- - -And with backslashes\ ---------------------- diff --git a/oldtests/Misc/Transitions.html b/oldtests/Misc/Transitions.html deleted file mode 100644 index fceff9f..0000000 --- a/oldtests/Misc/Transitions.html +++ /dev/null @@ -1,26 +0,0 @@ -
-

blockquote

-
-

blockquote

-
-
-
    -
  1. list
  2. -
  3. list -
      -
    • sublist
    • -
  4. -
-
-

paragraph

-

header

-

header

-
code
-
-
code
-
-
-
-# not a header -
-
diff --git a/oldtests/Misc/Transitions.markdown b/oldtests/Misc/Transitions.markdown deleted file mode 100644 index 5f3a9d3..0000000 --- a/oldtests/Misc/Transitions.markdown +++ /dev/null @@ -1,20 +0,0 @@ -> blockquote -> > blockquote -1. list -2. list - - sublist -* * * * * -paragraph - -header ------- -### header - code -``` -code -``` -
-
-# not a header -
-
-- cgit v1.2.3