diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-08-27 19:05:43 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2011-08-27 19:05:43 -0400 |
commit | 32e94bc247e397ae42da0f2552d4ef73ac213a17 (patch) | |
tree | 39bdd1ffaec3c1a79c7c6c5389d241ed5857e0a6 /tests/pl | |
parent | 67df2b582718a8cdfbe94af01419461867a7b27c (diff) | |
download | markdown-32e94bc247e397ae42da0f2552d4ef73ac213a17.tar.gz markdown-32e94bc247e397ae42da0f2552d4ef73ac213a17.tar.bz2 markdown-32e94bc247e397ae42da0f2552d4ef73ac213a17.zip |
Run a few more pl tests. Some of them are failing but should be easily fixable.
Diffstat (limited to 'tests/pl')
-rw-r--r-- | tests/pl/Tests_2007/test.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pl/Tests_2007/test.cfg b/tests/pl/Tests_2007/test.cfg index be86b6c..e668966 100644 --- a/tests/pl/Tests_2007/test.cfg +++ b/tests/pl/Tests_2007/test.cfg @@ -2,4 +2,12 @@ input_ext=.text normalize=1 # comment out next line to run these tests +#skip=1 + +[Images] +# the attributes don't get ordered the same so we skip this +skip=1 + +[Code Blocks] +# some weird whitespace issue skip=1 |