Skip to content

Commit

Permalink
[CTS] More syntaxes for section1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
vmassol committed Jun 9, 2012
1 parent 4e388fc commit d5cc364
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 1 deletion.
@@ -0,0 +1,21 @@
# ---------------------------------------------------------------------------
# See the NOTICE file distributed with this work for additional
# information regarding copyright ownership.
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation; either version 2.1 of
# the License, or (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this software; if not, write to the Free
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
# ---------------------------------------------------------------------------

failingTests = .*section1.*
@@ -0,0 +1,6 @@
!Title level 1
!!Title level 2
!!!Title level 3
!!!!Title level 4
!!!!!Title level 5
!!!!!!Title level 6
Expand Up @@ -20,3 +20,4 @@

failingTests = .*bold2.*
failingTests = .*list1.*
failingTests = .*section1.*
@@ -0,0 +1,8 @@
Title level 1
=============
Title level 2
-------------
### Title level 3
#### Title level 4
##### Title level 5
###### Title level 6
@@ -0,0 +1,6 @@
# Title level 1
## Title level 2
### Title level 3
#### Title level 4
##### Title level 5
###### Title level 6
@@ -0,0 +1,6 @@
= Title level 1
== Title level 2
=== Title level 3
==== Title level 4
===== Title level 5
====== Title level 6
Expand Up @@ -20,4 +20,5 @@

failingTests = .*bold2.*
failingTests = .*bold3.*
failingTests = .*list1.*
failingTests = .*list1.*
failingTests = .*section1.*
@@ -0,0 +1,6 @@
---+ Title level 1
---++ Title level 2
---+++ Title level 3
---++++ Title level 4
---+++++ Title level 5
---++++++ Title level 6
@@ -0,0 +1,6 @@
1 Title level 1
1.1 Title level 2
1.1.1 Title level 3
1.1.1.1 Title level 4
1.1.1.1.1 Title level 5
1.1.1.1.1.1 Title level 6

0 comments on commit d5cc364

Please sign in to comment.