From b6260e827ebf6985854af258b6c32bd8d4951aeb Mon Sep 17 00:00:00 2001 From: lfbrock Date: Thu, 12 May 2016 07:45:31 -0400 Subject: Remove old tests from syntax-highlighting.md (#2970) --- tests/test-syntax-highlighting.md | 51 --------------------------------------- 1 file changed, 51 deletions(-) (limited to 'tests') diff --git a/tests/test-syntax-highlighting.md b/tests/test-syntax-highlighting.md index b1568c385..18ed9d91e 100644 --- a/tests/test-syntax-highlighting.md +++ b/tests/test-syntax-highlighting.md @@ -17,15 +17,6 @@ It is important to spell +new line ``` -### Apache - -``` apache - -DocumentRoot /www/example1 -ServerName www.example.com - -``` - ### Makefile ``` makefile @@ -36,17 +27,6 @@ hellomake: hellomake.o hellofunc.o $(CC) -o hellomake hellomake.o hellofunc.o -I. ``` -### HTTP - -``` http -HTTP/1.1 200 OK -Date: Sun, 28 Dec 2014 08:56:53 GMT -Content-Length: 44 -Content-Type: text/html - -

It works!

-``` - ### JSON ``` json @@ -77,15 +57,6 @@ body { } ``` -### NGINX - -``` nginx -server { # simple reverse-proxy - listen 80; - server_name domain2.com www.domain2.com; - access_log logs/domain2.access.log main; -``` - ### Objective C ``` objectivec @@ -202,30 +173,8 @@ public class HelloWorld { } ``` -### INI - -``` ini -; last modified 1 April 2011 by John Doe -[owner] -name=John Doe -organization=Mattermost -``` - ### Latex Equation ``` latex \frac{d}{dx}\left( \int_{0}^{x} f(u)\,du\right)=f(x). ``` - -### Latex Document - -``` latex -\documentclass{article} -\begin{document} -\noindent -Are $a, b \in \mathbb{R}, then applies (a+b)^{2} = a^{2} + ab + b^{2} $ \\ -better \\ -are $a, b \in \mathbb{R}, \textrm{then applies} \, (a+b)^{2 } = a^{2 } + ab + b^{2}$\\ -\end{document} -``` - -- cgit v1.2.3-1-g7c22