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/php | |
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/php')
-rw-r--r-- | tests/php/test.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/php/test.cfg b/tests/php/test.cfg index 645d72b..eb79750 100644 --- a/tests/php/test.cfg +++ b/tests/php/test.cfg @@ -3,3 +3,7 @@ normalize=1 input_ext=.text output_ext=.xhtml skip=1 + +[Quotes in attributes] +# attributes get output in differant order +skip=1 |