From efa244322af59350056ffe3b93f7d4728d5ce61e Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 29 Apr 2011 00:59:06 -0400 Subject: The Testing Framework will now pass any non-reserved args set in test.cfg files as keyword arguments to Markdown for a given syntax test. As Markdown ignores unknown args, this should be safe and will allow testing of any newly added keywords without additional modification of the testing framework. --- docs/test_suite.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/test_suite.txt') diff --git a/docs/test_suite.txt b/docs/test_suite.txt index e529275..5cad250 100644 --- a/docs/test_suite.txt +++ b/docs/test_suite.txt @@ -98,10 +98,6 @@ settings under a specific file section will override anything in the Below are each of the config options available and the defaults used when they are not explicitly set. -* `extensions`: A comma separated list of extensions to use with the test. - Defaults to an empty list. -* `safe_mode`: Switches safe_mode on and off. Defaults to `False` (off). -* `output_format`: Defines the expected output_format. Defaults to `xhtml1`. * `normalize`: Switches whitespace normalization of the test output on or off. Defaults to `0` (off). Note: This requires that [uTidylib] be installed on the system. Otherwise the test will be skipped, regardless of any other @@ -111,6 +107,8 @@ are not explicitly set. from other implementations. * `output_ext`: Extension of output file. Defaults to `.html`. Useful for tests from other implementations. +* Any keyword arguement accepted my Markdown. If not set, Markdown's defaults + are used. ## Unit Tests -- cgit v1.2.3