aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pl/Tests_2007
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pl/Tests_2007')
-rw-r--r--tests/pl/Tests_2007/test.cfg40
1 files changed, 20 insertions, 20 deletions
diff --git a/tests/pl/Tests_2007/test.cfg b/tests/pl/Tests_2007/test.cfg
index c86ca26..d885b71 100644
--- a/tests/pl/Tests_2007/test.cfg
+++ b/tests/pl/Tests_2007/test.cfg
@@ -1,25 +1,25 @@
-[DEFAULT]
-input_ext=.text
-normalize=1
-# comment out next line to run these tests
-#skip=1
+DEFAULT:
+ input_ext: .text
+ normalize: True
+ # comment out next line to run these tests
+ #skip: True
-[Images]
-# the attributes don't get ordered the same so we skip this
-skip=1
+Images:
+ # the attributes don't get ordered the same so we skip this
+ skip: True
-[Code Blocks]
-# some weird whitespace issue
-skip=1
+Code Blocks:
+ # some weird whitespace issue
+ skip: True
-[Links, reference style]
-# weird issue with nested brackets TODO: fixme
-skip=1
+ Links, reference style:
+ # weird issue with nested brackets TODO: fixme
+ skip: True
-[Backslash escapes]
-# backticks in raw html attributes TODO: fixme
-skip=1
+Backslash escapes:
+ # backticks in raw html attributes TODO: fixme
+ skip: True
-[Code Spans]
-# more backticks in raw html attributes TODO: fixme
-skip=1
+Code Spans:
+ # more backticks in raw html attributes TODO: fixme
+ skip: True