diff --git a/CHANGES.md b/CHANGES.md index 79eaae9e3..4fda34d2a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,9 @@ Fixes: (#453, #456, reported by @nopria, contributed by @lostenderman) - Fix the interplay between lists and citations. (witiko/expltools#3, #460, #461, contributed by @lostenderman) +- Do not override the `outputDir` option if if has been defined + before loading the package and pass it to lt3luabridge library. + (#457, #459) Documentation: @@ -18,6 +21,10 @@ Continuous Integration: - Only test latest TeX Live in pull requests. (81927ca1) +Unit Tests: + +- Test the `outputDir` plain TeX option. (#457, #459) + Libraries: - Update `tinyyaml` to v0.4.4-1-g197632c. (1e83ac94) diff --git a/Dockerfile b/Dockerfile index baa254755..d248e23dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ ARG DEPENDENCIES="\ poppler-utils \ python3-pygments \ python3-venv \ + rename \ retry \ unzip \ wget \ diff --git a/Makefile b/Makefile index da2a13346..d82a82ccb 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,8 @@ EXAMPLES=examples/context-mkiv.pdf \ examples/latex-tex4ht.html examples/latex-tex4ht.css \ examples/optex.pdf TESTS=tests/test.sh tests/test.py tests/requirements.txt tests/support/*.tex \ - tests/templates/*/*/head.tex tests/templates/*/*/body.tex.m4 \ - tests/templates/*/*/foot.tex tests/templates/*/COMMANDS.m4 tests/testfiles/*/*/*.test + tests/templates/*/*/head.tex.m4 tests/templates/*/*/body.tex.m4 \ + tests/templates/*/*/foot.tex.m4 tests/templates/*/COMMANDS.m4 tests/testfiles/*/*/*.test MAKES=Makefile $(addsuffix /Makefile, $(SUBDIRECTORIES)) latexmkrc ROOT_README=README.md markdown.png READMES=$(ROOT_README) LICENSE examples/README.md tests/README.md \ diff --git a/markdown.dtx b/markdown.dtx index d9f629fc0..2f379cdf3 100644 --- a/markdown.dtx +++ b/markdown.dtx @@ -11987,47 +11987,10 @@ For more information, see the examples for the \Opt{finalizeCache} option. % % \end{markdown} % \begin{macrocode} -\cs_generate_variant:Nn - \@@_add_plain_tex_option:nnn - { nnV } -% \end{macrocode} -% \begin{markdown} -% -% Use the \pkg{lt3luabridge} library to determine the default value of the -% \mref{markdownOptionOutputDir} macro by using the environmental variable -% `TEXMF_OUTPUT_DIRECTORY` that is available since TeX~Live 2024. -% -% \end{markdown} -% \begin{macrocode} -\ExplSyntaxOff -\input lt3luabridge.tex -\ExplSyntaxOn -\bool_if:nTF - { - \cs_if_exist_p:N - \luabridge_tl_set:Nn && - ( - \int_compare_p:nNn - { \g_luabridge_method_int } - = - { \c_luabridge_method_directlua_int } || - \sys_if_shell_unrestricted_p: - ) - } - { - \luabridge_tl_set:Nn - \l_tmpa_tl - { print(os.getenv("TEXMF_OUTPUT_DIRECTORY") or ".") } - } - { - \tl_set:Nn - \l_tmpa_tl - { . } - } -\@@_add_plain_tex_option:nnV +\@@_add_plain_tex_option:nnn { outputDir } { path } - \l_tmpa_tl + { . } % \end{macrocode} % \iffalse % @@ -12303,22 +12266,73 @@ A PDF document named `document.pdf` should be produced and contain the text % \end{macrocode} % \begin{markdown} % -% Do not override options defined before loading the package. +% Use the \pkg{lt3luabridge} library to determine the default value of the +% \mref{markdownOptionOutputDir} macro by using the environmental variable +% `TEXMF_OUTPUT_DIRECTORY` that is available since TeX~Live 2024. % % \end{markdown} % \begin{macrocode} - \@@_option_tl_to_csname:nN + \str_if_eq:nnTF { #1 } - \l_tmpa_tl - \cs_if_exist:cF - { \l_tmpa_tl } + { outputDir } + { \@@_define_option_command_output_dir: } { - \@@_get_default_option_value:nN - { #1 } - \l_tmpa_tl - \@@_set_option_value:nV +% \end{macrocode} +% \begin{markdown} +% +% Do not override options defined before loading the package. +% +% \end{markdown} +% \begin{macrocode} + \@@_option_tl_to_csname:nN { #1 } \l_tmpa_tl + \cs_if_exist:cF + { \l_tmpa_tl } + { + \@@_get_default_option_value:nN + { #1 } + \l_tmpa_tl + \@@_set_option_value:nV + { #1 } + \l_tmpa_tl + } + } + } +\ExplSyntaxOff +\input lt3luabridge.tex +\ExplSyntaxOn +\cs_new:Nn + \@@_define_option_command_output_dir: + { + \cs_if_free:NT + \markdownOptionOutputDir + { + \bool_if:nTF + { + \cs_if_exist_p:N + \luabridge_tl_set:Nn && + ( + \int_compare_p:nNn + { \g_luabridge_method_int } + = + { \c_luabridge_method_directlua_int } || + \sys_if_shell_unrestricted_p: + ) + } + { + \luabridge_tl_set:Nn + \l_tmpa_tl + { print(os.getenv("TEXMF_OUTPUT_DIRECTORY") or ".") } + \tl_gset:NV + \markdownOptionOutputDir + \l_tmpa_tl + } + { + \tl_gset:Nn + \markdownOptionOutputDir + { . } + } } } \cs_new:Nn @@ -34293,6 +34307,9 @@ end } } } + \str_gset:NV + \g_luabridge_output_dirname_str + \markdownOptionOutputDir \luabridge_now:e { #1 } } diff --git a/tests/support/keyval-setup.tex b/tests/support/keyval-setup.tex index 86458d360..be6c31b18 100644 --- a/tests/support/keyval-setup.tex +++ b/tests/support/keyval-setup.tex @@ -125,10 +125,10 @@ lineBlock(Begin|End) = {% \TYPE{#0}}, inputVerbatim = {% - \TYPE{#0: #1}}, + \TYPE{#0: \NORMALIZEPATH{#1}}}, inputFencedCode = {% \TYPE{BEGIN fencedCode}% - \TYPE{- src: #1}% + \TYPE{- src: \NORMALIZEPATH{#1}}% \TYPE{- infostring: #3}% \TYPE{END fencedCode}}, heading* = {% @@ -144,7 +144,7 @@ inlineHtml(Comment|Tag) = {% \TYPE{#0: #1}}, inputBlockHtmlElement = {% - \TYPE{#0: #1}}, + \TYPE{#0: \NORMALIZEPATH{#1}}}, (ticked|halfTicked|unticked)Box = {% \TYPE{#0}}, jekyllData(Boolean|Number|String) = {% @@ -173,12 +173,12 @@ \TYPE{#0: #1}}, inputRawInline = {% \TYPE{BEGIN rawInline}% - \TYPE{- src: #1}% + \TYPE{- src: \NORMALIZEPATH{#1}}% \TYPE{- raw attribute: #2}% \TYPE{END rawInline}}, inputRawBlock = {% \TYPE{BEGIN rawBlock}% - \TYPE{- src: #1}% + \TYPE{- src: \NORMALIZEPATH{#1}}% \TYPE{- raw attribute: #2}% \TYPE{END rawBlock}}, replacementCharacter = {% diff --git a/tests/support/setup.tex b/tests/support/setup.tex index 8b9a60156..224d46184 100644 --- a/tests/support/setup.tex +++ b/tests/support/setup.tex @@ -61,3 +61,23 @@ \CITATIONSCOUNTER=1% \def\CITATIONSTOTAL{#2}% \DOCITATIONS{#1}}% + +% Normalize pathnames by stripping all but the last fragment. +\ExplSyntaxOn +\cs_new:Npn + \NORMALIZEPATH + #1 + { + \DONORMALIZEPATH + #1 / / + } +\cs_new:Npn + \DONORMALIZEPATH + #1 / #2 / + { + \tl_if_empty:nTF + { #2 } + { #1 } + { \DONORMALIZEPATH #2 / } + } +\ExplSyntaxOff diff --git a/tests/templates/README.md b/tests/templates/README.md index 8b0e1ca44..a10520845 100644 --- a/tests/templates/README.md +++ b/tests/templates/README.md @@ -2,14 +2,15 @@ This directory contains subdirectories, which correspond to individual TeX formats. These subdirectories contain subdirectories with TeX source code templates and a file named `COMMANDS.m4`. -The TeX source code templates contain three documents: `head.tex`, -`body.tex.m4`, and `foot.m4`. First, the file `body.tex.m4` is preprocessed by +The TeX source code templates contain three documents: `head.tex.m4`, +`body.tex.m4`, and `foot.tex.m4`. First, these files are preprocessed by the m4 macro preprocessor with the following macro definitions: - 1. `TEST_SETUP_FILENAME` corresponds to the name of the file containing the - test setup TeX source code. - 2. `TEST_INPUT_FILENAME` corresponds to the name of the file containing the - test markdown source code. + 1. `OUTPUT_DIRECTORY` corresponds to the name of the TeX output directory. + 2. `TEST_SETUP_FILENAME` corresponds to the name of the file containing the + test setup TeX source code. This macro is only available in `body.tex.m4`. + 3. `TEST_INPUT_FILENAME` corresponds to the name of the file containing the + test markdown source code. This macro is only available in `body.tex.m4`. Then, the file `head.tex`, the preprocessing results of `body.tex.m4`, and the file `foot.tex` are concatenated. Finally, the concatenation result is typeset. @@ -18,5 +19,6 @@ The `COMMANDS.m4` file contains a newline-separated list of commands that will be used to typeset the pre-processed TeX source code templates. Before use, the commands will preprocessed with the following macro definitions: - 1. `TEST_FILENAME` corresponds to the name of the pre-processed TeX source + 1. `OUTPUT_DIRECTORY` corresponds to the name of the TeX output directory. + 2. `TEST_FILENAME` corresponds to the name of the pre-processed TeX source code template that is being typeset. diff --git a/tests/templates/context-mkiv/COMMANDS.m4 b/tests/templates/context-mkiv/COMMANDS.m4 index daf443ddb..6621715c0 100644 --- a/tests/templates/context-mkiv/COMMANDS.m4 +++ b/tests/templates/context-mkiv/COMMANDS.m4 @@ -1 +1 @@ -context --once --luatex --nonstopmode TEST_FILENAME +context --result=OUTPUT_DIRECTORY`___'TEST_BASENAME --once --luatex --nonstopmode TEST_FILENAME && rename 's/___/\//' OUTPUT_DIRECTORY`___'TEST_BASENAME* diff --git a/tests/templates/context-mkiv/input/foot.tex b/tests/templates/context-mkiv/input/foot.tex.m4 similarity index 100% rename from tests/templates/context-mkiv/input/foot.tex rename to tests/templates/context-mkiv/input/foot.tex.m4 diff --git a/tests/templates/context-mkiv/input/head.tex b/tests/templates/context-mkiv/input/head.tex.m4 similarity index 100% rename from tests/templates/context-mkiv/input/head.tex rename to tests/templates/context-mkiv/input/head.tex.m4 diff --git a/tests/templates/context-mkiv/verbatim/foot.tex b/tests/templates/context-mkiv/verbatim/foot.tex.m4 similarity index 100% rename from tests/templates/context-mkiv/verbatim/foot.tex rename to tests/templates/context-mkiv/verbatim/foot.tex.m4 diff --git a/tests/templates/context-mkiv/verbatim/head.tex b/tests/templates/context-mkiv/verbatim/head.tex.m4 similarity index 100% rename from tests/templates/context-mkiv/verbatim/head.tex rename to tests/templates/context-mkiv/verbatim/head.tex.m4 diff --git a/tests/templates/latex/COMMANDS.m4 b/tests/templates/latex/COMMANDS.m4 index 9ee43c74c..e226292aa 100644 --- a/tests/templates/latex/COMMANDS.m4 +++ b/tests/templates/latex/COMMANDS.m4 @@ -1,2 +1,2 @@ -pdflatex --shell-escape --interaction=nonstopmode TEST_FILENAME -lualatex --interaction=nonstopmode TEST_FILENAME +pdflatex -shell-escape -output-directory OUTPUT_DIRECTORY -interaction=nonstopmode TEST_FILENAME +lualatex -output-directory OUTPUT_DIRECTORY -interaction=nonstopmode TEST_FILENAME diff --git a/tests/templates/latex/input/foot.tex b/tests/templates/latex/input/foot.tex.m4 similarity index 100% rename from tests/templates/latex/input/foot.tex rename to tests/templates/latex/input/foot.tex.m4 diff --git a/tests/templates/latex/input/head.tex b/tests/templates/latex/input/head.tex.m4 similarity index 88% rename from tests/templates/latex/input/head.tex rename to tests/templates/latex/input/head.tex.m4 index 3d580861e..e4c0c464e 100644 --- a/tests/templates/latex/input/head.tex +++ b/tests/templates/latex/input/head.tex.m4 @@ -6,6 +6,7 @@ % Load the support files. \markdownSetup{ + outputDir = OUTPUT_DIRECTORY, import = { witiko/markdown/test = snippet as testSnippet, } diff --git a/tests/templates/latex/verbatim/foot.tex b/tests/templates/latex/verbatim/foot.tex.m4 similarity index 100% rename from tests/templates/latex/verbatim/foot.tex rename to tests/templates/latex/verbatim/foot.tex.m4 diff --git a/tests/templates/latex/verbatim/head.tex b/tests/templates/latex/verbatim/head.tex.m4 similarity index 88% rename from tests/templates/latex/verbatim/head.tex rename to tests/templates/latex/verbatim/head.tex.m4 index 3d580861e..e4c0c464e 100644 --- a/tests/templates/latex/verbatim/head.tex +++ b/tests/templates/latex/verbatim/head.tex.m4 @@ -6,6 +6,7 @@ % Load the support files. \markdownSetup{ + outputDir = OUTPUT_DIRECTORY, import = { witiko/markdown/test = snippet as testSnippet, } diff --git a/tests/templates/plain/COMMANDS.m4 b/tests/templates/plain/COMMANDS.m4 index 115ce0283..59685647f 100644 --- a/tests/templates/plain/COMMANDS.m4 +++ b/tests/templates/plain/COMMANDS.m4 @@ -1,2 +1,2 @@ -pdftex --shell-escape --interaction=nonstopmode TEST_FILENAME -luatex --interaction=nonstopmode TEST_FILENAME +pdftex -shell-escape -output-directory OUTPUT_DIRECTORY -interaction=nonstopmode TEST_FILENAME +luatex -output-directory OUTPUT_DIRECTORY -interaction=nonstopmode TEST_FILENAME diff --git a/tests/templates/plain/input/foot.tex b/tests/templates/plain/input/foot.tex.m4 similarity index 100% rename from tests/templates/plain/input/foot.tex rename to tests/templates/plain/input/foot.tex.m4 diff --git a/tests/templates/plain/input/head.tex b/tests/templates/plain/input/head.tex.m4 similarity index 82% rename from tests/templates/plain/input/head.tex rename to tests/templates/plain/input/head.tex.m4 index 652f56360..2f9c1d1cb 100644 --- a/tests/templates/plain/input/head.tex +++ b/tests/templates/plain/input/head.tex.m4 @@ -3,6 +3,7 @@ % Load the support files. \markdownSetup{ + outputDir = OUTPUT_DIRECTORY, import = { witiko/markdown/test = snippet as testSnippet, } diff --git a/tests/templates/plain/verbatim/foot.tex b/tests/templates/plain/verbatim/foot.tex.m4 similarity index 100% rename from tests/templates/plain/verbatim/foot.tex rename to tests/templates/plain/verbatim/foot.tex.m4 diff --git a/tests/templates/plain/verbatim/head.tex b/tests/templates/plain/verbatim/head.tex.m4 similarity index 82% rename from tests/templates/plain/verbatim/head.tex rename to tests/templates/plain/verbatim/head.tex.m4 index 652f56360..2f9c1d1cb 100644 --- a/tests/templates/plain/verbatim/head.tex +++ b/tests/templates/plain/verbatim/head.tex.m4 @@ -3,6 +3,7 @@ % Load the support files. \markdownSetup{ + outputDir = OUTPUT_DIRECTORY, import = { witiko/markdown/test = snippet as testSnippet, } diff --git a/tests/test.py b/tests/test.py index 6f3186997..5c58d5881 100644 --- a/tests/test.py +++ b/tests/test.py @@ -44,19 +44,21 @@ TEMPLATE_DIRECTORY: Path = Path('templates') SUPPORT_DIRECTORY: Path = Path('support') +OUTPUT_DIRECTORY: Path = Path('output') COMMANDS_FILENAME = 'COMMANDS.m4' -TEMPLATE_HEAD_FILENAME: str = 'head.tex' +TEMPLATE_HEAD_FILENAME: str = 'head.tex.m4' TEMPLATE_BODY_FILENAME: str = 'body.tex.m4' -TEMPLATE_FOOT_FILENAME: str = 'foot.tex' -TEST_FILENAME: str = 'test.tex' -TEST_OUTPUT_FILENAME: str = 'test.log' -TEST_ACTUAL_OUTPUT_FILENAME: str = 'test-actual.log' +TEMPLATE_FOOT_FILENAME: str = 'foot.tex.m4' +TEST_BASENAME: str = 'test' +TEST_FILENAME: str = f'{TEST_BASENAME}.tex' +TEST_OUTPUT_FILENAME: str = f'{TEST_BASENAME}.log' +TEST_ACTUAL_OUTPUT_FILENAME: str = f'{TEST_BASENAME}-actual.log' -TEST_SETUP_FILENAME_FORMAT: str = 'test-setup-{:03d}.tex' -TEST_INPUT_FILENAME_FORMAT: str = 'test-input-{:03d}.md' -TEST_EXPECTED_OUTPUT_FILENAME_FORMAT: str = 'test-expected-{:03d}.log' -TEST_ACTUAL_OUTPUT_FILENAME_FORMAT: str = 'test-actual-{:03d}.log' +TEST_SETUP_FILENAME_FORMAT: str = f'{TEST_BASENAME}-setup-{{:03d}}.tex' +TEST_INPUT_FILENAME_FORMAT: str = f'{TEST_BASENAME}-input-{{:03d}}.md' +TEST_EXPECTED_OUTPUT_FILENAME_FORMAT: str = f'{TEST_BASENAME}-expected-{{:03d}}.log' +TEST_ACTUAL_OUTPUT_FILENAME_FORMAT: str = f'{TEST_BASENAME}-actual-{{:03d}}.log' # Types @@ -67,7 +69,7 @@ TeXFormat = str Template = Path -Command = Tuple[str, ...] +Command = str NegativePriority = int @@ -122,6 +124,11 @@ def temporary_directory(self) -> Optional[Path]: temporary_directory = self.batch_result.temporary_directory return temporary_directory + @property + def output_directory(self) -> Optional[Path]: + output_directory = self.batch_result.output_directory + return output_directory + @property def exit_code(self) -> int: exit_code = self.batch_result.exit_code @@ -153,8 +160,8 @@ def output_diff(self) -> OutputTextDiff: expected_output_filename = TEST_EXPECTED_OUTPUT_FILENAME_FORMAT.format(self.testfile_number) actual_output_filename = TEST_ACTUAL_OUTPUT_FILENAME_FORMAT.format(self.testfile_number) - expected_output_file = self.temporary_directory / expected_output_filename - actual_output_file = self.temporary_directory / actual_output_filename + expected_output_file = self.output_directory / expected_output_filename + actual_output_file = self.output_directory / actual_output_filename output_diff_lines = context_diff( expected_output_lines, actual_output_lines, fromfile=str(expected_output_file), tofile=str(actual_output_file), lineterm='') @@ -173,7 +180,7 @@ def exited_successfully(self) -> bool: @property def output_matches(self) -> bool: - if self.temporary_directory is None: + if self.output_directory is None: return True # We have already deleted temporary directory, output must have been the same. return not self.output_diff @@ -375,11 +382,13 @@ def __bool__(self) -> bool: class BatchResult: def __init__(self, testfile_batch: TestFileBatch, test_parameters: TestParameters, temporary_directory: Path, - test_process: CompletedProcess, fail_fast: bool) -> None: + output_directory: Path, test_process: CompletedProcess, fail_fast: bool) -> None: self.testfile_batch = testfile_batch assert len(self) >= 1 self.test_parameters = test_parameters self.temporary_directory = temporary_directory + self.output_directory = output_directory + assert output_directory.is_relative_to(temporary_directory) self.exit_code = test_process.returncode self.fail_fast = fail_fast @@ -387,6 +396,7 @@ def __init__(self, testfile_batch: TestFileBatch, test_parameters: TestParameter if self: rmtree(self.temporary_directory) self.temporary_directory = None + self.output_directory = None @cached_property def subresults(self) -> Tuple[TestSubResult, ...]: @@ -427,14 +437,14 @@ def subresults(self) -> Tuple[TestSubResult, ...]: @cached_property def actual_output_texts(self) -> Tuple[OutputText, ...]: try: - actual_output_file = self.temporary_directory / TEST_ACTUAL_OUTPUT_FILENAME + actual_output_file = self.output_directory / TEST_ACTUAL_OUTPUT_FILENAME with actual_output_file.open('rt') as f: actual_output_text = f.read() actual_output_texts = split_batch_output_text(actual_output_text) actual_output_texts = tuple(actual_output_texts) for actual_output_text_number, actual_output_text in enumerate(actual_output_texts): actual_output_filename = TEST_ACTUAL_OUTPUT_FILENAME_FORMAT.format(actual_output_text_number) - actual_output_file = self.temporary_directory / actual_output_filename + actual_output_file = self.output_directory / actual_output_filename with actual_output_file.open('wt') as f: for line in actual_output_text.splitlines(): print(line, file=f) @@ -460,6 +470,8 @@ def run_test_batch_with_parameters(cls, testfile_batch: TestFileBatch, test_para # Create a temporary directory. temporary_directory = Path(mkdtemp()) + output_directory = temporary_directory / OUTPUT_DIRECTORY + output_directory.mkdir() # Copy support files. for support_file in SUPPORT_DIRECTORY.glob('*'): @@ -469,8 +481,11 @@ def run_test_batch_with_parameters(cls, testfile_batch: TestFileBatch, test_para test_texts: List[str] = [] # Create test file fragment with header. - with (template / TEMPLATE_HEAD_FILENAME).open('rt') as f: - head_text = f.read() + head_text = run_m4( + template / TEMPLATE_HEAD_FILENAME, + cwd=temporary_directory, + OUTPUT_DIRECTORY=OUTPUT_DIRECTORY, + ) test_texts.append(head_text) for testfile_number, (testfile, read_testfile_result) in enumerate(zip_equal(testfile_batch, read_testfile_results)): @@ -487,7 +502,7 @@ def run_test_batch_with_parameters(cls, testfile_batch: TestFileBatch, test_para with (temporary_directory / test_input_filename).open('wt') as f: print(input_text, file=f, end='') - with (temporary_directory / test_expected_output_filename).open('wt') as f: + with (output_directory / test_expected_output_filename).open('wt') as f: print(expected_output_text, file=f, end='') # Create testfile-specific test file fragments. @@ -495,12 +510,17 @@ def run_test_batch_with_parameters(cls, testfile_batch: TestFileBatch, test_para template / TEMPLATE_BODY_FILENAME, cwd=temporary_directory, TEST_SETUP_FILENAME=test_setup_filename, - TEST_INPUT_FILENAME=test_input_filename) + TEST_INPUT_FILENAME=test_input_filename, + OUTPUT_DIRECTORY=OUTPUT_DIRECTORY, + ) test_texts.append(body_text) # Create test file fragment with footer. - with (template / TEMPLATE_FOOT_FILENAME).open('rt') as f: - foot_text = f.read() + foot_text = run_m4( + template / TEMPLATE_FOOT_FILENAME, + cwd=temporary_directory, + OUTPUT_DIRECTORY=OUTPUT_DIRECTORY, + ) test_texts.append(foot_text) test_text = '\n'.join(test_text.strip('\r\n') for test_text in test_texts) @@ -508,19 +528,19 @@ def run_test_batch_with_parameters(cls, testfile_batch: TestFileBatch, test_para print(test_text, file=f) # Run test. - test_process = run(command, cwd=temporary_directory, capture_output=True) + test_process = run(command, cwd=temporary_directory, capture_output=True, shell=True) # Extract test output. try: - actual_output_file = temporary_directory / TEST_OUTPUT_FILENAME + actual_output_file = output_directory / TEST_OUTPUT_FILENAME actual_output_text = read_test_output_from_tex_log_file(actual_output_file) - with (temporary_directory / TEST_ACTUAL_OUTPUT_FILENAME).open('wt') as f: + with (output_directory / TEST_ACTUAL_OUTPUT_FILENAME).open('wt') as f: print(actual_output_text, file=f) except IOError as e: LOGGER.debug(f'Failed to extract test output from log file: {e}.') # Store test batch result. - batch_result = BatchResult(testfile_batch, test_parameters, temporary_directory, test_process, fail_fast) + batch_result = BatchResult(testfile_batch, test_parameters, temporary_directory, output_directory, test_process, fail_fast) return batch_result @classmethod @@ -576,11 +596,15 @@ def run_m4(input_file: Path, cwd: Optional[Path] = None, **variables) -> str: def get_commands(tex_format: str) -> Tuple[Command, ...]: commands: List[Command] = [] commands_file = TEMPLATE_DIRECTORY / tex_format / COMMANDS_FILENAME - commands_text = run_m4(commands_file, TEST_FILENAME=TEST_FILENAME) - for command_str in commands_text.splitlines(): - command_str = command_str.strip() - if command_str: - command = tuple(command_str.split()) + commands_text = run_m4( + commands_file, + TEST_FILENAME=TEST_FILENAME, + TEST_BASENAME=TEST_BASENAME, + OUTPUT_DIRECTORY=OUTPUT_DIRECTORY, + ) + for command in commands_text.splitlines(): + command = command.strip() + if command: commands.append(command) return tuple(commands) @@ -657,27 +681,16 @@ def split_batch_output_text(output_text: OutputText) -> Iterable[OutputText]: def format_commands_with_templates(commands_with_templates: Iterable[Tuple[Command, Optional[Template]]]) -> str: commands, templates = zip(*commands_with_templates) - command_texts = [' '.join(command) for command in commands] template_texts = [f' (template {template.name})' if template is not None else '' for template in templates] command_with_template_texts = [ f'{command_text}{template_text}' for command_text, template_text - in zip_equal(command_texts, template_texts) + in zip_equal(commands, template_texts) ] commands_with_templates_text = ', '.join(command_with_template_texts) return commands_with_templates_text -def format_commands(commands: Iterable[Command]) -> str: - command_texts = [' '.join(command) for command in commands] - commands_text = ', '.join(command_texts) - return commands_text - - -def format_command(command: Command) -> str: - return format_commands([command]) - - def format_testfiles(testfiles: Iterable[TestFile]) -> str: testfile_texts = list(map(str, testfiles)) if len(testfile_texts) > MAX_TESTFILE_NAMES_SHOWN: @@ -748,7 +761,7 @@ def get_test_parameters(testfile_batch: TestFileBatch) -> Iterable[Tuple[TestPar for template in get_templates(tex_format): LOGGER.debug(f' Template {template.name}') for command in get_commands(tex_format): - LOGGER.debug(f' Command {format_command(command)}') + LOGGER.debug(f' Command {command}') # Filter out testfiles that do not support the current parameters. test_parameters = TestParameters(read_testfile_results, tex_format, template, command) filtered_testfile_batch, filtered_read_testfile_results = list(), list() diff --git a/tests/testfiles/unit/CommonMark_0.30/atx_headings/008.test b/tests/testfiles/unit/CommonMark_0.30/atx_headings/008.test index baf2c961b..433097e01 100644 --- a/tests/testfiles/unit/CommonMark_0.30/atx_headings/008.test +++ b/tests/testfiles/unit/CommonMark_0.30/atx_headings/008.test @@ -9,5 +9,5 @@ # foo >>> BEGIN document -inputVerbatim: ./_markdown_test/94646261c612c5d1a38dcbc691326757.verbatim +inputVerbatim: 94646261c612c5d1a38dcbc691326757.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/007.test b/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/007.test index 4bc1496dd..cba387cdf 100644 --- a/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/007.test +++ b/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/007.test @@ -9,5 +9,5 @@ \[\] >>> BEGIN document -inputVerbatim: ./_markdown_test/3a0b27bc60aabda3104e01abcf205d6b.verbatim +inputVerbatim: 3a0b27bc60aabda3104e01abcf205d6b.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/008.test b/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/008.test index 20b1439d2..a762887b8 100644 --- a/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/008.test +++ b/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/008.test @@ -12,7 +12,7 @@ >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/3a0b27bc60aabda3104e01abcf205d6b.verbatim +- src: 3a0b27bc60aabda3104e01abcf205d6b.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/010.test b/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/010.test index 2f5bdbf74..071551bb4 100644 --- a/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/010.test +++ b/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/010.test @@ -8,5 +8,5 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/a40d946dc39fc782b3e55b166809bdff.verbatim +inputBlockHtmlElement: a40d946dc39fc782b3e55b166809bdff.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/013.test b/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/013.test index 017ce06a0..d987ff1e4 100644 --- a/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/013.test +++ b/tests/testfiles/unit/CommonMark_0.30/backslash_escapes/013.test @@ -12,7 +12,7 @@ foo >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/acbd18db4cc2f85cedef654fccc4a4d8.verbatim +- src: acbd18db4cc2f85cedef654fccc4a4d8.verbatim - infostring: foo+bar END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/block_quotes/004.test b/tests/testfiles/unit/CommonMark_0.30/block_quotes/004.test index 7b2ea4702..103342b3b 100644 --- a/tests/testfiles/unit/CommonMark_0.30/block_quotes/004.test +++ b/tests/testfiles/unit/CommonMark_0.30/block_quotes/004.test @@ -13,5 +13,5 @@ > baz >>> BEGIN document -inputVerbatim: ./_markdown_test/35443980c7292da7765b3181cd9f8e6c.verbatim +inputVerbatim: 35443980c7292da7765b3181cd9f8e6c.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/block_quotes/009.test b/tests/testfiles/unit/CommonMark_0.30/block_quotes/009.test index 1a86c7ec9..2e8020116 100644 --- a/tests/testfiles/unit/CommonMark_0.30/block_quotes/009.test +++ b/tests/testfiles/unit/CommonMark_0.30/block_quotes/009.test @@ -15,8 +15,8 @@ >>> BEGIN document blockQuoteBegin -inputVerbatim: ./_markdown_test/acbd18db4cc2f85cedef654fccc4a4d8.verbatim +inputVerbatim: acbd18db4cc2f85cedef654fccc4a4d8.verbatim blockQuoteEnd interblockSeparator -inputVerbatim: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +inputVerbatim: 37b51d194a7513e45b56f6524f2d51f2.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/block_quotes/010.test b/tests/testfiles/unit/CommonMark_0.30/block_quotes/010.test index fcc62184a..3cb26ba71 100644 --- a/tests/testfiles/unit/CommonMark_0.30/block_quotes/010.test +++ b/tests/testfiles/unit/CommonMark_0.30/block_quotes/010.test @@ -16,7 +16,7 @@ BEGIN document blockQuoteBegin BEGIN fencedCode -- src: ./_markdown_test/d41d8cd98f00b204e9800998ecf8427e.verbatim +- src: d41d8cd98f00b204e9800998ecf8427e.verbatim - infostring: END fencedCode blockQuoteEnd @@ -24,7 +24,7 @@ interblockSeparator emphasis: foo interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/d41d8cd98f00b204e9800998ecf8427e.verbatim +- src: d41d8cd98f00b204e9800998ecf8427e.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/block_quotes/025.test b/tests/testfiles/unit/CommonMark_0.30/block_quotes/025.test index 05bd3ba9c..2449dc77f 100644 --- a/tests/testfiles/unit/CommonMark_0.30/block_quotes/025.test +++ b/tests/testfiles/unit/CommonMark_0.30/block_quotes/025.test @@ -17,7 +17,7 @@ >>> BEGIN document blockQuoteBegin -inputVerbatim: ./_markdown_test/dfdfb29d814b371e63b725e6d416605f.verbatim +inputVerbatim: dfdfb29d814b371e63b725e6d416605f.verbatim blockQuoteEnd interblockSeparator blockQuoteBegin diff --git a/tests/testfiles/unit/CommonMark_0.30/entity_and_numeric_character_references/007.test b/tests/testfiles/unit/CommonMark_0.30/entity_and_numeric_character_references/007.test index a695ee67a..06279df87 100644 --- a/tests/testfiles/unit/CommonMark_0.30/entity_and_numeric_character_references/007.test +++ b/tests/testfiles/unit/CommonMark_0.30/entity_and_numeric_character_references/007.test @@ -8,5 +8,5 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/d8f6d69d2a4bcc859d2552baf88fd6c9.verbatim +inputBlockHtmlElement: d8f6d69d2a4bcc859d2552baf88fd6c9.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/entity_and_numeric_character_references/010.test b/tests/testfiles/unit/CommonMark_0.30/entity_and_numeric_character_references/010.test index a9f1f3fda..c39c4a9b6 100644 --- a/tests/testfiles/unit/CommonMark_0.30/entity_and_numeric_character_references/010.test +++ b/tests/testfiles/unit/CommonMark_0.30/entity_and_numeric_character_references/010.test @@ -12,7 +12,7 @@ foo >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/acbd18db4cc2f85cedef654fccc4a4d8.verbatim +- src: acbd18db4cc2f85cedef654fccc4a4d8.verbatim - infostring: föö END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/entity_and_numeric_character_references/012.test b/tests/testfiles/unit/CommonMark_0.30/entity_and_numeric_character_references/012.test index 2cd6a56d6..35ac51b36 100644 --- a/tests/testfiles/unit/CommonMark_0.30/entity_and_numeric_character_references/012.test +++ b/tests/testfiles/unit/CommonMark_0.30/entity_and_numeric_character_references/012.test @@ -9,5 +9,5 @@ föfö >>> BEGIN document -inputVerbatim: ./_markdown_test/4a928e340ec7b55031e9b08a37b31be6.verbatim +inputVerbatim: 4a928e340ec7b55031e9b08a37b31be6.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/001.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/001.test index d933a9748..05701fab7 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/001.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/001.test @@ -14,7 +14,7 @@ >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/a5bb6f19317db18187d78abe91f5e93c.verbatim +- src: a5bb6f19317db18187d78abe91f5e93c.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/002.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/002.test index 4a73b076b..5907d37f6 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/002.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/002.test @@ -14,7 +14,7 @@ >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/a5bb6f19317db18187d78abe91f5e93c.verbatim +- src: a5bb6f19317db18187d78abe91f5e93c.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/004.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/004.test index 9d4b537ad..c6c21ead9 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/004.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/004.test @@ -14,7 +14,7 @@ aaa >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/11dbae723a960895a76387fa5566a6c5.verbatim +- src: 11dbae723a960895a76387fa5566a6c5.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/005.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/005.test index 1e4da9a83..198b7a2d6 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/005.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/005.test @@ -14,7 +14,7 @@ aaa >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/3d84e45fbd4717f2d54005dfb65c8a2d.verbatim +- src: 3d84e45fbd4717f2d54005dfb65c8a2d.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/006.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/006.test index ae91e8930..65fa8ca64 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/006.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/006.test @@ -14,7 +14,7 @@ aaa >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/3d84e45fbd4717f2d54005dfb65c8a2d.verbatim +- src: 3d84e45fbd4717f2d54005dfb65c8a2d.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/007.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/007.test index 886e1498f..798790f49 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/007.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/007.test @@ -14,7 +14,7 @@ aaa >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/11dbae723a960895a76387fa5566a6c5.verbatim +- src: 11dbae723a960895a76387fa5566a6c5.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/008.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/008.test index 782717ee0..5b0703efe 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/008.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/008.test @@ -9,7 +9,7 @@ >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/d41d8cd98f00b204e9800998ecf8427e.verbatim +- src: d41d8cd98f00b204e9800998ecf8427e.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/009.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/009.test index 2ae598e5b..0aa751144 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/009.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/009.test @@ -15,7 +15,7 @@ aaa >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/bf41e9999cfc44d815c2a227bc67b1ab.verbatim +- src: bf41e9999cfc44d815c2a227bc67b1ab.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/010.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/010.test index ba6c0232f..f06e61bd5 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/010.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/010.test @@ -17,7 +17,7 @@ bbb BEGIN document blockQuoteBegin BEGIN fencedCode -- src: ./_markdown_test/47bce5c74f589f4867dbd57e9ca9f808.verbatim +- src: 47bce5c74f589f4867dbd57e9ca9f808.verbatim - infostring: END fencedCode blockQuoteEnd diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/011.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/011.test index b5a909529..925bb9560 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/011.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/011.test @@ -17,7 +17,7 @@ if: template == 'input' >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/f67be96ce768fb5b40aecf0438f97886.verbatim +- src: f67be96ce768fb5b40aecf0438f97886.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/012.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/012.test index e0200e942..89374b763 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/012.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/012.test @@ -10,7 +10,7 @@ >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/d41d8cd98f00b204e9800998ecf8427e.verbatim +- src: d41d8cd98f00b204e9800998ecf8427e.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/013.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/013.test index b68a1e5c5..e8432e5d5 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/013.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/013.test @@ -14,7 +14,7 @@ aaa >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/6c7e342ee28b9371994ce93c85f8e5eb.verbatim +- src: 6c7e342ee28b9371994ce93c85f8e5eb.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/014.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/014.test index 17f08fd57..41f19f387 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/014.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/014.test @@ -16,7 +16,7 @@ aaa >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/f1197d758fbcb48c6c39874527f7fdc1.verbatim +- src: f1197d758fbcb48c6c39874527f7fdc1.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/015.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/015.test index ca18b8b83..1cb232de8 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/015.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/015.test @@ -16,7 +16,7 @@ >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/f1fe132d6a6e58bc96d83aceb392c3b4.verbatim +- src: f1fe132d6a6e58bc96d83aceb392c3b4.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/016.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/016.test index 5324d66a6..51766d885 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/016.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/016.test @@ -13,5 +13,5 @@ ``` >>> BEGIN document -inputVerbatim: ./_markdown_test/e3d697b4aac9823edcd21eccfd55246d.verbatim +inputVerbatim: e3d697b4aac9823edcd21eccfd55246d.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/017.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/017.test index d0b90d61a..e30a3417e 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/017.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/017.test @@ -12,7 +12,7 @@ aaa >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/47bce5c74f589f4867dbd57e9ca9f808.verbatim +- src: 47bce5c74f589f4867dbd57e9ca9f808.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/018.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/018.test index ba3819d10..6d34b1a99 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/018.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/018.test @@ -12,7 +12,7 @@ aaa >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/47bce5c74f589f4867dbd57e9ca9f808.verbatim +- src: 47bce5c74f589f4867dbd57e9ca9f808.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/019.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/019.test index a5b76f791..a509738b9 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/019.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/019.test @@ -13,7 +13,7 @@ aaa >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/b9a0bc32045930847eb4fe52097b9a02.verbatim +- src: b9a0bc32045930847eb4fe52097b9a02.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/021.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/021.test index 4231a1ba5..5a83445ca 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/021.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/021.test @@ -13,7 +13,7 @@ aaa >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/9180a20a79d507037b1bd29473f7d957.verbatim +- src: 9180a20a79d507037b1bd29473f7d957.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/022.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/022.test index f9851dbd6..77d9c9e5d 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/022.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/022.test @@ -17,7 +17,7 @@ baz BEGIN document interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +- src: 37b51d194a7513e45b56f6524f2d51f2.verbatim - infostring: END fencedCode interblockSeparator diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/023.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/023.test index 21de4786f..bae349f84 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/023.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/023.test @@ -21,7 +21,7 @@ BEGIN section headingTwo: foo interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +- src: 37b51d194a7513e45b56f6524f2d51f2.verbatim - infostring: END fencedCode interblockSeparator diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/024.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/024.test index af8339899..65923d115 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/024.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/024.test @@ -16,7 +16,7 @@ end >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/bec320a1e3b741ba35aaee15586aa06d.verbatim +- src: bec320a1e3b741ba35aaee15586aa06d.verbatim - infostring: ruby END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/025.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/025.test index 596fb3a19..995d11d49 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/025.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/025.test @@ -16,7 +16,7 @@ end >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/bec320a1e3b741ba35aaee15586aa06d.verbatim +- src: bec320a1e3b741ba35aaee15586aa06d.verbatim - infostring: ruby startline=3 $%@#$ END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/026.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/026.test index bd7a330fd..d0121df01 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/026.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/026.test @@ -10,7 +10,7 @@ >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/d41d8cd98f00b204e9800998ecf8427e.verbatim +- src: d41d8cd98f00b204e9800998ecf8427e.verbatim - infostring: ; END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/028.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/028.test index 691bc5f4f..01ca5897f 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/028.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/028.test @@ -12,7 +12,7 @@ foo >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/acbd18db4cc2f85cedef654fccc4a4d8.verbatim +- src: acbd18db4cc2f85cedef654fccc4a4d8.verbatim - infostring: aa ``` ~~~ END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/029.test b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/029.test index 54e46bcc9..43eda295d 100644 --- a/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/029.test +++ b/tests/testfiles/unit/CommonMark_0.30/fenced_code_blocks/029.test @@ -12,7 +12,7 @@ >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/f96ff4720dbda08e72c9662ba9c2603e.verbatim +- src: f96ff4720dbda08e72c9662ba9c2603e.verbatim - infostring: END fencedCode END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/001.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/001.test index 1ba0ae802..76f72f549 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/001.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/001.test @@ -19,11 +19,11 @@ _world_. >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/5a8e413f9b0ef97790d0c9da301a6149.verbatim +inputBlockHtmlElement: 5a8e413f9b0ef97790d0c9da301a6149.verbatim interblockSeparator emphasis: world softLineBreak inlineHtmlTag: interblockSeparator -inputBlockHtmlElement: ./_markdown_test/3cf13bd6294e965d41514d92b4a04186.verbatim +inputBlockHtmlElement: 3cf13bd6294e965d41514d92b4a04186.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/002.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/002.test index 0901d80f3..4f3d3792c 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/002.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/002.test @@ -23,6 +23,6 @@ okay. >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/aa7fdd73acc96e799e78ba0f4775fd89.verbatim +inputBlockHtmlElement: aa7fdd73acc96e799e78ba0f4775fd89.verbatim interblockSeparator END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/003.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/003.test index 499042045..0ad473219 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/003.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/003.test @@ -12,5 +12,5 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/120fb9001a4de66cee57c67e36153c37.verbatim +inputBlockHtmlElement: 120fb9001a4de66cee57c67e36153c37.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/004.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/004.test index 0d2b837bb..c3ebbd96c 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/004.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/004.test @@ -10,5 +10,5 @@ *foo* >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/2dd48ef9c9453076999473575887769d.verbatim +inputBlockHtmlElement: 2dd48ef9c9453076999473575887769d.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/005.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/005.test index 94193ac71..9a84ca425 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/005.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/005.test @@ -14,9 +14,9 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/153f0f74866f457bd1531d964cc934a6.verbatim +inputBlockHtmlElement: 153f0f74866f457bd1531d964cc934a6.verbatim interblockSeparator emphasis: Markdown interblockSeparator -inputBlockHtmlElement: ./_markdown_test/af0c41d3e6909eae31d92ec3cd4498a5.verbatim +inputBlockHtmlElement: af0c41d3e6909eae31d92ec3cd4498a5.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/006.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/006.test index befe016e5..4c0a3d747 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/006.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/006.test @@ -12,5 +12,5 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/50364402fc2b6e3be554952f266f25ce.verbatim +inputBlockHtmlElement: 50364402fc2b6e3be554952f266f25ce.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/007.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/007.test index 6b3536cc6..4121aa036 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/007.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/007.test @@ -12,5 +12,5 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/5958c7398ed8f6528d1252e17621e13e.verbatim +inputBlockHtmlElement: 5958c7398ed8f6528d1252e17621e13e.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/008.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/008.test index 797fbbf21..75781c314 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/008.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/008.test @@ -13,7 +13,7 @@ *bar* >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/45a929eb1e9b1cd45062a5fb1b1352c4.verbatim +inputBlockHtmlElement: 45a929eb1e9b1cd45062a5fb1b1352c4.verbatim interblockSeparator emphasis: bar END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/009.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/009.test index fe3625cc9..c8e26f840 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/009.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/009.test @@ -10,5 +10,5 @@ *hi* >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/773326042643fb256bf2acb3bc418a6d.verbatim +inputBlockHtmlElement: 773326042643fb256bf2acb3bc418a6d.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/010.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/010.test index b601fdbfd..33c269bd1 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/010.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/010.test @@ -10,5 +10,5 @@ foo >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/ed6f44f52e344dd6061d149a442bca56.verbatim +inputBlockHtmlElement: ed6f44f52e344dd6061d149a442bca56.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/011.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/011.test index 17dbbf142..395edb837 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/011.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/011.test @@ -10,5 +10,5 @@ *foo* >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/231939447b162b1d9f8252f0e25c45d3.verbatim +inputBlockHtmlElement: 231939447b162b1d9f8252f0e25c45d3.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/012.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/012.test index c8e2097c6..bd8c3c974 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/012.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/012.test @@ -8,5 +8,5 @@
*foo*
>>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/c77f6899829ed963b34d379d5f736689.verbatim +inputBlockHtmlElement: c77f6899829ed963b34d379d5f736689.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/013.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/013.test index 5b2630607..f96ecdca9 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/013.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/013.test @@ -12,5 +12,5 @@ foo >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/f3bd5ed4fc4a218fe39dedb3ad4331dd.verbatim +inputBlockHtmlElement: f3bd5ed4fc4a218fe39dedb3ad4331dd.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/014.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/014.test index 2ecb028b6..05f1373af 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/014.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/014.test @@ -14,5 +14,5 @@ int x = 33; ``` >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/9991376ef916f734b2c3ba85b9b2a248.verbatim +inputBlockHtmlElement: 9991376ef916f734b2c3ba85b9b2a248.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/015.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/015.test index 29d730049..c5a45e6e3 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/015.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/015.test @@ -12,5 +12,5 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/80cb299274a91fd2edfed2bfe359aa0b.verbatim +inputBlockHtmlElement: 80cb299274a91fd2edfed2bfe359aa0b.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/016.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/016.test index 989148d7f..f876b0bd6 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/016.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/016.test @@ -12,5 +12,5 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/0d75dd260dced5433ce33ba40fdaf904.verbatim +inputBlockHtmlElement: 0d75dd260dced5433ce33ba40fdaf904.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/017.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/017.test index 39db2c246..961ae9713 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/017.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/017.test @@ -12,5 +12,5 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/2708348f753cd1e1f35ceb46d2f4a2f2.verbatim +inputBlockHtmlElement: 2708348f753cd1e1f35ceb46d2f4a2f2.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/018.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/018.test index e15741cee..18014d670 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/018.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/018.test @@ -10,5 +10,5 @@ *bar* >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/77be420cbdb28d6a8c3c3b0169352d08.verbatim +inputBlockHtmlElement: 77be420cbdb28d6a8c3c3b0169352d08.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/019.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/019.test index 83fa8a232..54b619ef9 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/019.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/019.test @@ -12,5 +12,5 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/d8d58da03f0df607de48d71684abd93f.verbatim +inputBlockHtmlElement: d8d58da03f0df607de48d71684abd93f.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/020.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/020.test index 13ed2f60d..b82bee20a 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/020.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/020.test @@ -14,9 +14,9 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/7129cf65a8194261a86ce8d5a54dbd02.verbatim +inputBlockHtmlElement: 7129cf65a8194261a86ce8d5a54dbd02.verbatim interblockSeparator emphasis: foo interblockSeparator -inputBlockHtmlElement: ./_markdown_test/fd8b5771d2f10c72aebb2de751db0bdc.verbatim +inputBlockHtmlElement: fd8b5771d2f10c72aebb2de751db0bdc.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/022.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/022.test index c29fd7dcd..3d2410887 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/022.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/022.test @@ -20,6 +20,6 @@ main = print $ parseTags tags okay >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/83889e8427e2b847ebe0b01d91a34fbf.verbatim +inputBlockHtmlElement: 83889e8427e2b847ebe0b01d91a34fbf.verbatim interblockSeparator END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/023.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/023.test index b3abd34c9..21dad76b4 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/023.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/023.test @@ -18,6 +18,6 @@ document.getElementById("demo").innerHTML = "Hello JavaScript!"; okay >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/8698f4addb2bfe888d4ff0faa0de92fb.verbatim +inputBlockHtmlElement: 8698f4addb2bfe888d4ff0faa0de92fb.verbatim interblockSeparator END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/024.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/024.test index 3ce71b6d1..6f8b9c69b 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/024.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/024.test @@ -20,5 +20,5 @@ _bar_ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/ce1481883d73c79685d49fe56582c08b.verbatim +inputBlockHtmlElement: ce1481883d73c79685d49fe56582c08b.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/025.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/025.test index c3fb5480e..2e32c1b01 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/025.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/025.test @@ -20,6 +20,6 @@ p {color:blue;} okay >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/75415dc8026777a659b4694af9169084.verbatim +inputBlockHtmlElement: 75415dc8026777a659b4694af9169084.verbatim interblockSeparator END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/026.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/026.test index bfc26515f..ab6c3ce79 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/026.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/026.test @@ -14,5 +14,5 @@ foo >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/708213f29f7362440aab99ba28df7c5a.verbatim +inputBlockHtmlElement: 708213f29f7362440aab99ba28df7c5a.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/027.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/027.test index 7c8c53bb5..e1a42eb06 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/027.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/027.test @@ -16,7 +16,7 @@ bar >>> BEGIN document blockQuoteBegin -inputBlockHtmlElement: ./_markdown_test/f49d41a0a6f9ddbae66885068486146e.verbatim +inputBlockHtmlElement: f49d41a0a6f9ddbae66885068486146e.verbatim blockQuoteEnd interblockSeparator END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/028.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/028.test index f57ff0926..e7b3e5bd5 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/028.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/028.test @@ -16,7 +16,7 @@ BEGIN document ulBeginTight ulItem -inputBlockHtmlElement: ./_markdown_test/32125540a649ecc646413c37c588775d.verbatim +inputBlockHtmlElement: 32125540a649ecc646413c37c588775d.verbatim ulItemEnd ulItem ulItemEnd diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/029.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/029.test index eea77e814..125fe2beb 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/029.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/029.test @@ -10,7 +10,7 @@ *foo* >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/4d76715587a9156205320c1e87caf447.verbatim +inputBlockHtmlElement: 4d76715587a9156205320c1e87caf447.verbatim interblockSeparator emphasis: foo END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/030.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/030.test index 2eefd28df..04ced460e 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/030.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/030.test @@ -10,7 +10,7 @@ *baz* >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/de8d24e05988c7a46dfe41128df9973b.verbatim +inputBlockHtmlElement: de8d24e05988c7a46dfe41128df9973b.verbatim interblockSeparator emphasis: baz END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/031.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/031.test index c0538b3d0..b3cdf924f 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/031.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/031.test @@ -12,5 +12,5 @@ foo 1. *bar* >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/d45637b2c8a75cfdedab999cd0cfdc33.verbatim +inputBlockHtmlElement: d45637b2c8a75cfdedab999cd0cfdc33.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/032.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/032.test index 9d7ad818d..fbb90498c 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/032.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/032.test @@ -16,7 +16,7 @@ bar *okay* >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/45deef5be185624361649ef06e8fb543.verbatim +inputBlockHtmlElement: 45deef5be185624361649ef06e8fb543.verbatim interblockSeparator emphasis: okay END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/033.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/033.test index ef02c4f74..74cbca175 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/033.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/033.test @@ -18,6 +18,6 @@ okay >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/08cc067346b74531aab299eab5e63222.verbatim +inputBlockHtmlElement: 08cc067346b74531aab299eab5e63222.verbatim interblockSeparator END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/034.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/034.test index e2f9283af..cf3a953a6 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/034.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/034.test @@ -8,5 +8,5 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/fe364450e1391215f596d043488f989f.verbatim +inputBlockHtmlElement: fe364450e1391215f596d043488f989f.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/035.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/035.test index ca6beab4c..f87630853 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/035.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/035.test @@ -32,6 +32,6 @@ function matchwo(a,b) okay >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/d0556f47a7761d40abd0dd3c5446a360.verbatim +inputBlockHtmlElement: d0556f47a7761d40abd0dd3c5446a360.verbatim interblockSeparator END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/036.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/036.test index d5fa01be1..0fa48defd 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/036.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/036.test @@ -12,7 +12,7 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/88bad6df9853281dca0b84803af9b7e2.verbatim +inputBlockHtmlElement: 88bad6df9853281dca0b84803af9b7e2.verbatim interblockSeparator -inputVerbatim: ./_markdown_test/0bd4d7739263f98a4f1bf580ac0bf3c1.verbatim +inputVerbatim: 0bd4d7739263f98a4f1bf580ac0bf3c1.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/037.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/037.test index 85b5883e7..42356fbbf 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/037.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/037.test @@ -12,7 +12,7 @@
>>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/532313b1c7b8e07e4b735f09b33a756d.verbatim +inputBlockHtmlElement: 532313b1c7b8e07e4b735f09b33a756d.verbatim interblockSeparator -inputVerbatim: ./_markdown_test/32125540a649ecc646413c37c588775d.verbatim +inputVerbatim: 32125540a649ecc646413c37c588775d.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/038.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/038.test index 668aa08a7..88afbc513 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/038.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/038.test @@ -15,5 +15,5 @@ bar >>> BEGIN document interblockSeparator -inputBlockHtmlElement: ./_markdown_test/c9dd120ae3847c13e8c50a74781845a9.verbatim +inputBlockHtmlElement: c9dd120ae3847c13e8c50a74781845a9.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/039.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/039.test index 2d8fc6d57..b87e736cd 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/039.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/039.test @@ -14,5 +14,5 @@ bar *foo* >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/7001f3dd24898bf2401acb6c9979b65d.verbatim +inputBlockHtmlElement: 7001f3dd24898bf2401acb6c9979b65d.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/041.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/041.test index 50a59ab79..4ade5a6e1 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/041.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/041.test @@ -14,9 +14,9 @@
>>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/32125540a649ecc646413c37c588775d.verbatim +inputBlockHtmlElement: 32125540a649ecc646413c37c588775d.verbatim interblockSeparator emphasis: Emphasized interblockSeparator -inputBlockHtmlElement: ./_markdown_test/0a3a0b592b9c285e050805307cee87c2.verbatim +inputBlockHtmlElement: 0a3a0b592b9c285e050805307cee87c2.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/042.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/042.test index ab84a2f16..db55091e2 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/042.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/042.test @@ -12,5 +12,5 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/91f8b1237720b3ef8e10cb31fdca3641.verbatim +inputBlockHtmlElement: 91f8b1237720b3ef8e10cb31fdca3641.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/043.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/043.test index e2544ad87..509d99a52 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/043.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/043.test @@ -24,13 +24,13 @@ Hi >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/fdcbb7ca6d7202e68ff5e231215d38a9.verbatim +inputBlockHtmlElement: fdcbb7ca6d7202e68ff5e231215d38a9.verbatim interblockSeparator -inputBlockHtmlElement: ./_markdown_test/8b4b63d852941ce8c3e5a6d712ed0e40.verbatim +inputBlockHtmlElement: 8b4b63d852941ce8c3e5a6d712ed0e40.verbatim interblockSeparator -inputBlockHtmlElement: ./_markdown_test/2958411a6424dec5a80cf73b3eacaf98.verbatim +inputBlockHtmlElement: 2958411a6424dec5a80cf73b3eacaf98.verbatim interblockSeparator -inputBlockHtmlElement: ./_markdown_test/07f30096ac198088e662c6246b5534d0.verbatim +inputBlockHtmlElement: 07f30096ac198088e662c6246b5534d0.verbatim interblockSeparator -inputBlockHtmlElement: ./_markdown_test/fa660a8ad505547640133768f2877788.verbatim +inputBlockHtmlElement: fa660a8ad505547640133768f2877788.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/html_blocks/044.test b/tests/testfiles/unit/CommonMark_0.30/html_blocks/044.test index 15fcacb78..e14edd5b5 100644 --- a/tests/testfiles/unit/CommonMark_0.30/html_blocks/044.test +++ b/tests/testfiles/unit/CommonMark_0.30/html_blocks/044.test @@ -25,13 +25,13 @@ >>> BEGIN document -inputBlockHtmlElement: ./_markdown_test/fdcbb7ca6d7202e68ff5e231215d38a9.verbatim +inputBlockHtmlElement: fdcbb7ca6d7202e68ff5e231215d38a9.verbatim interblockSeparator -inputBlockHtmlElement: ./_markdown_test/c47704f0b387777458ed865b040eb69d.verbatim +inputBlockHtmlElement: c47704f0b387777458ed865b040eb69d.verbatim interblockSeparator -inputVerbatim: ./_markdown_test/9997648152b073ebae92ce471ff47d44.verbatim +inputVerbatim: 9997648152b073ebae92ce471ff47d44.verbatim interblockSeparator -inputBlockHtmlElement: ./_markdown_test/1a8b0d5ce3f9d65107b6d5758b62d57c.verbatim +inputBlockHtmlElement: 1a8b0d5ce3f9d65107b6d5758b62d57c.verbatim interblockSeparator -inputBlockHtmlElement: ./_markdown_test/fa660a8ad505547640133768f2877788.verbatim +inputBlockHtmlElement: fa660a8ad505547640133768f2877788.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/001.test b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/001.test index 717100ced..046041dfd 100644 --- a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/001.test +++ b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/001.test @@ -11,5 +11,5 @@ indented code block >>> BEGIN document -inputVerbatim: ./_markdown_test/5595b0aa623c80a8d8043e5a03a584fb.verbatim +inputVerbatim: 5595b0aa623c80a8d8043e5a03a584fb.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/004.test b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/004.test index 0912f6b38..f5c5404d5 100644 --- a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/004.test +++ b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/004.test @@ -15,5 +15,5 @@ - one >>> BEGIN document -inputVerbatim: ./_markdown_test/8077025a738622f2bc8a4477bec3f0c3.verbatim +inputVerbatim: 8077025a738622f2bc8a4477bec3f0c3.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/005.test b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/005.test index 64316f7df..d6eb00078 100644 --- a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/005.test +++ b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/005.test @@ -24,5 +24,5 @@ if: template == 'input' chunk3 >>> BEGIN document -inputVerbatim: ./_markdown_test/b1f96ba94076c15fe0578704cf5270ad.verbatim +inputVerbatim: b1f96ba94076c15fe0578704cf5270ad.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/006.test b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/006.test index ee769936c..ed7b1121f 100644 --- a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/006.test +++ b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/006.test @@ -16,5 +16,5 @@ if: template == 'input' chunk2 >>> BEGIN document -inputVerbatim: ./_markdown_test/d6bc1998e8030f4c5bc9338f5ed4bbf4.verbatim +inputVerbatim: d6bc1998e8030f4c5bc9338f5ed4bbf4.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/008.test b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/008.test index 34deaeeec..738ddb10e 100644 --- a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/008.test +++ b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/008.test @@ -11,7 +11,7 @@ *bar* >>> BEGIN document -inputVerbatim: ./_markdown_test/acbd18db4cc2f85cedef654fccc4a4d8.verbatim +inputVerbatim: acbd18db4cc2f85cedef654fccc4a4d8.verbatim interblockSeparator emphasis: bar END document diff --git a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/009.test b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/009.test index f8e863356..cb69df4c5 100644 --- a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/009.test +++ b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/009.test @@ -22,12 +22,12 @@ BEGIN document BEGIN section headingOne: Heading interblockSeparator -inputVerbatim: ./_markdown_test/acbd18db4cc2f85cedef654fccc4a4d8.verbatim +inputVerbatim: acbd18db4cc2f85cedef654fccc4a4d8.verbatim interblockSeparator BEGIN section headingTwo: Heading interblockSeparator -inputVerbatim: ./_markdown_test/acbd18db4cc2f85cedef654fccc4a4d8.verbatim +inputVerbatim: acbd18db4cc2f85cedef654fccc4a4d8.verbatim interblockSeparator thematicBreak END section diff --git a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/010.test b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/010.test index 6eadbdc3c..46bb94c5a 100644 --- a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/010.test +++ b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/010.test @@ -11,5 +11,5 @@ bar >>> BEGIN document -inputVerbatim: ./_markdown_test/e87053b57f73339dc60f9a7c9e8728d9.verbatim +inputVerbatim: e87053b57f73339dc60f9a7c9e8728d9.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/011.test b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/011.test index ca56af20f..69ede685e 100644 --- a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/011.test +++ b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/011.test @@ -13,5 +13,5 @@ >>> BEGIN document -inputVerbatim: ./_markdown_test/acbd18db4cc2f85cedef654fccc4a4d8.verbatim +inputVerbatim: acbd18db4cc2f85cedef654fccc4a4d8.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/012.test b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/012.test index ae0133b89..7a3405a22 100644 --- a/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/012.test +++ b/tests/testfiles/unit/CommonMark_0.30/indented_code_blocks/012.test @@ -12,5 +12,5 @@ if: template == 'input' foo >>> BEGIN document -inputVerbatim: ./_markdown_test/e8d2133b16be538460e59776bb34676a.verbatim +inputVerbatim: e8d2133b16be538460e59776bb34676a.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/link_reference_definitions/020.test b/tests/testfiles/unit/CommonMark_0.30/link_reference_definitions/020.test index a8260b1dc..414f5442b 100644 --- a/tests/testfiles/unit/CommonMark_0.30/link_reference_definitions/020.test +++ b/tests/testfiles/unit/CommonMark_0.30/link_reference_definitions/020.test @@ -12,6 +12,6 @@ [foo] >>> BEGIN document -inputVerbatim: ./_markdown_test/4cc6fdeae1297843fc2a220a6aa4bfcf.verbatim +inputVerbatim: 4cc6fdeae1297843fc2a220a6aa4bfcf.verbatim interblockSeparator END document diff --git a/tests/testfiles/unit/CommonMark_0.30/link_reference_definitions/021.test b/tests/testfiles/unit/CommonMark_0.30/link_reference_definitions/021.test index 74c4bf570..efe51fab7 100644 --- a/tests/testfiles/unit/CommonMark_0.30/link_reference_definitions/021.test +++ b/tests/testfiles/unit/CommonMark_0.30/link_reference_definitions/021.test @@ -15,7 +15,7 @@ >>> BEGIN document BEGIN fencedCode -- src: ./_markdown_test/f8cf8952bb008c52acda57a307e2d70f.verbatim +- src: f8cf8952bb008c52acda57a307e2d70f.verbatim - infostring: END fencedCode interblockSeparator diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/001.test b/tests/testfiles/unit/CommonMark_0.30/list_items/001.test index 8de6bed31..1e7f2839c 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/001.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/001.test @@ -21,7 +21,7 @@ with two lines. BEGIN document softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/bf995e3b2610078e871b00000c1fb65f.verbatim +inputVerbatim: bf995e3b2610078e871b00000c1fb65f.verbatim interblockSeparator blockQuoteBegin blockQuoteEnd diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/002.test b/tests/testfiles/unit/CommonMark_0.30/list_items/002.test index d559c78df..aee39def8 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/002.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/002.test @@ -27,7 +27,7 @@ olBegin olItemWithNumber: 1 softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/bf995e3b2610078e871b00000c1fb65f.verbatim +inputVerbatim: bf995e3b2610078e871b00000c1fb65f.verbatim interblockSeparator blockQuoteBegin blockQuoteEnd diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/005.test b/tests/testfiles/unit/CommonMark_0.30/list_items/005.test index e5e4fe060..18df50061 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/005.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/005.test @@ -20,5 +20,5 @@ emphasis: one ulItemEnd ulEndTight interblockSeparator -inputVerbatim: ./_markdown_test/c2bbcf3f6ee0ac1874f9dc52a648500a.verbatim +inputVerbatim: c2bbcf3f6ee0ac1874f9dc52a648500a.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/011.test b/tests/testfiles/unit/CommonMark_0.30/list_items/011.test index b5ec1dfee..85b87cd7f 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/011.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/011.test @@ -31,7 +31,7 @@ olItemWithNumber: 1 emphasis: foo interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/68747b2f234e41a44d20fba8df214e7b.verbatim +- src: 68747b2f234e41a44d20fba8df214e7b.verbatim - infostring: END fencedCode interblockSeparator diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/012.test b/tests/testfiles/unit/CommonMark_0.30/list_items/012.test index 0d61209ed..7d7fc2a9f 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/012.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/012.test @@ -25,7 +25,7 @@ BEGIN document ulBegin ulItem interblockSeparator -inputVerbatim: ./_markdown_test/3afa1144df64a8e1134c86d273bdd5bc.verbatim +inputVerbatim: 3afa1144df64a8e1134c86d273bdd5bc.verbatim ulItemEnd ulEnd END document diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/018.test b/tests/testfiles/unit/CommonMark_0.30/list_items/018.test index b66d3e53c..820983882 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/018.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/018.test @@ -19,7 +19,7 @@ BEGIN document ulBegin ulItem interblockSeparator -inputVerbatim: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +inputVerbatim: 37b51d194a7513e45b56f6524f2d51f2.verbatim ulItemEnd ulEnd END document diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/019.test b/tests/testfiles/unit/CommonMark_0.30/list_items/019.test index 2aebb9f1b..d0859e0e5 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/019.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/019.test @@ -19,7 +19,7 @@ BEGIN document olBegin olItemWithNumber: 10 interblockSeparator -inputVerbatim: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +inputVerbatim: 37b51d194a7513e45b56f6524f2d51f2.verbatim olItemEnd olEnd END document diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/020.test b/tests/testfiles/unit/CommonMark_0.30/list_items/020.test index aaf9900ee..260370bb7 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/020.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/020.test @@ -16,8 +16,8 @@ paragraph more code >>> BEGIN document -inputVerbatim: ./_markdown_test/bf995e3b2610078e871b00000c1fb65f.verbatim +inputVerbatim: bf995e3b2610078e871b00000c1fb65f.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/edf19530665eedd599d1228679ec3a65.verbatim +inputVerbatim: edf19530665eedd599d1228679ec3a65.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/021.test b/tests/testfiles/unit/CommonMark_0.30/list_items/021.test index 5db6096be..81e584ad7 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/021.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/021.test @@ -22,10 +22,10 @@ BEGIN document olBegin olItemWithNumber: 1 -inputVerbatim: ./_markdown_test/bf995e3b2610078e871b00000c1fb65f.verbatim +inputVerbatim: bf995e3b2610078e871b00000c1fb65f.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/edf19530665eedd599d1228679ec3a65.verbatim +inputVerbatim: edf19530665eedd599d1228679ec3a65.verbatim olItemEnd olEnd END document diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/022.test b/tests/testfiles/unit/CommonMark_0.30/list_items/022.test index 09c584f65..689cdbca1 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/022.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/022.test @@ -22,10 +22,10 @@ BEGIN document olBegin olItemWithNumber: 1 -inputVerbatim: ./_markdown_test/96e8a7951e7fe1e15c0472418229b7fc.verbatim +inputVerbatim: 96e8a7951e7fe1e15c0472418229b7fc.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/edf19530665eedd599d1228679ec3a65.verbatim +inputVerbatim: edf19530665eedd599d1228679ec3a65.verbatim olItemEnd olEnd END document diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/026.test b/tests/testfiles/unit/CommonMark_0.30/list_items/026.test index b3a83b0e4..67699e0c8 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/026.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/026.test @@ -31,12 +31,12 @@ emphasis: foo ulItemEnd ulItem BEGIN fencedCode -- src: ./_markdown_test/68747b2f234e41a44d20fba8df214e7b.verbatim +- src: 68747b2f234e41a44d20fba8df214e7b.verbatim - infostring: END fencedCode ulItemEnd ulItem -inputVerbatim: ./_markdown_test/dd4ffdae91dd888b881283fc83d59ca8.verbatim +inputVerbatim: dd4ffdae91dd888b881283fc83d59ca8.verbatim ulItemEnd ulEndTight END document diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/034.test b/tests/testfiles/unit/CommonMark_0.30/list_items/034.test index 01381c8c7..225ae4f94 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/034.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/034.test @@ -27,7 +27,7 @@ olBegin olItemWithNumber: 1 softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/bf995e3b2610078e871b00000c1fb65f.verbatim +inputVerbatim: bf995e3b2610078e871b00000c1fb65f.verbatim interblockSeparator blockQuoteBegin blockQuoteEnd diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/035.test b/tests/testfiles/unit/CommonMark_0.30/list_items/035.test index 3cba72f4f..df8351a2e 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/035.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/035.test @@ -27,7 +27,7 @@ olBegin olItemWithNumber: 1 softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/bf995e3b2610078e871b00000c1fb65f.verbatim +inputVerbatim: bf995e3b2610078e871b00000c1fb65f.verbatim interblockSeparator blockQuoteBegin blockQuoteEnd diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/036.test b/tests/testfiles/unit/CommonMark_0.30/list_items/036.test index 36ff81a2b..e32214900 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/036.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/036.test @@ -27,7 +27,7 @@ olBegin olItemWithNumber: 1 softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/bf995e3b2610078e871b00000c1fb65f.verbatim +inputVerbatim: bf995e3b2610078e871b00000c1fb65f.verbatim interblockSeparator blockQuoteBegin blockQuoteEnd diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/037.test b/tests/testfiles/unit/CommonMark_0.30/list_items/037.test index 63375394c..1d5419712 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/037.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/037.test @@ -19,5 +19,5 @@ > A block quote. >>> BEGIN document -inputVerbatim: ./_markdown_test/b1fdfe7d092508ebd2932e4da0968c70.verbatim +inputVerbatim: b1fdfe7d092508ebd2932e4da0968c70.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/list_items/038.test b/tests/testfiles/unit/CommonMark_0.30/list_items/038.test index 445cd61a5..600b89367 100644 --- a/tests/testfiles/unit/CommonMark_0.30/list_items/038.test +++ b/tests/testfiles/unit/CommonMark_0.30/list_items/038.test @@ -27,7 +27,7 @@ olBegin olItemWithNumber: 1 emphasis: A paragraph(softLineBreak)with two lines. interblockSeparator -inputVerbatim: ./_markdown_test/bf995e3b2610078e871b00000c1fb65f.verbatim +inputVerbatim: bf995e3b2610078e871b00000c1fb65f.verbatim interblockSeparator blockQuoteBegin blockQuoteEnd diff --git a/tests/testfiles/unit/CommonMark_0.30/lists/008.test b/tests/testfiles/unit/CommonMark_0.30/lists/008.test index fa4349fde..c183843da 100644 --- a/tests/testfiles/unit/CommonMark_0.30/lists/008.test +++ b/tests/testfiles/unit/CommonMark_0.30/lists/008.test @@ -31,7 +31,7 @@ emphasis: bar ulItemEnd ulEndTight interblockSeparator -inputBlockHtmlElement: ./_markdown_test/bd8768ad057df0a9dda8e50a0507b3ed.verbatim +inputBlockHtmlElement: bd8768ad057df0a9dda8e50a0507b3ed.verbatim interblockSeparator ulBeginTight ulItem diff --git a/tests/testfiles/unit/CommonMark_0.30/lists/009.test b/tests/testfiles/unit/CommonMark_0.30/lists/009.test index f6c0980e3..6040d0dce 100644 --- a/tests/testfiles/unit/CommonMark_0.30/lists/009.test +++ b/tests/testfiles/unit/CommonMark_0.30/lists/009.test @@ -38,7 +38,7 @@ emphasis: foo ulItemEnd ulEnd interblockSeparator -inputBlockHtmlElement: ./_markdown_test/bd8768ad057df0a9dda8e50a0507b3ed.verbatim +inputBlockHtmlElement: bd8768ad057df0a9dda8e50a0507b3ed.verbatim interblockSeparator -inputVerbatim: ./_markdown_test/57e85d2f0dcbe302e18311cb70501905.verbatim +inputVerbatim: 57e85d2f0dcbe302e18311cb70501905.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/lists/013.test b/tests/testfiles/unit/CommonMark_0.30/lists/013.test index 5994dadf8..b39691e37 100644 --- a/tests/testfiles/unit/CommonMark_0.30/lists/013.test +++ b/tests/testfiles/unit/CommonMark_0.30/lists/013.test @@ -30,5 +30,5 @@ emphasis: b olItemEnd olEnd interblockSeparator -inputVerbatim: ./_markdown_test/9b5fa609c661c8387cf7669ea3dd7bd4.verbatim +inputVerbatim: 9b5fa609c661c8387cf7669ea3dd7bd4.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/lists/018.test b/tests/testfiles/unit/CommonMark_0.30/lists/018.test index b03d140e4..2a3d1b24b 100644 --- a/tests/testfiles/unit/CommonMark_0.30/lists/018.test +++ b/tests/testfiles/unit/CommonMark_0.30/lists/018.test @@ -29,7 +29,7 @@ emphasis: a ulItemEnd ulItem BEGIN fencedCode -- src: ./_markdown_test/22762555f9c2a5d1e04bbb2a385e5987.verbatim +- src: 22762555f9c2a5d1e04bbb2a385e5987.verbatim - infostring: END fencedCode ulItemEnd diff --git a/tests/testfiles/unit/CommonMark_0.30/lists/021.test b/tests/testfiles/unit/CommonMark_0.30/lists/021.test index 78a34d126..46f901e7d 100644 --- a/tests/testfiles/unit/CommonMark_0.30/lists/021.test +++ b/tests/testfiles/unit/CommonMark_0.30/lists/021.test @@ -31,7 +31,7 @@ emphasis: b blockQuoteEnd interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/627c418cd3ebbc37d157dfe5ce0d1983.verbatim +- src: 627c418cd3ebbc37d157dfe5ce0d1983.verbatim - infostring: END fencedCode ulItemEnd diff --git a/tests/testfiles/unit/CommonMark_0.30/lists/024.test b/tests/testfiles/unit/CommonMark_0.30/lists/024.test index e8b3fe489..01d25faa4 100644 --- a/tests/testfiles/unit/CommonMark_0.30/lists/024.test +++ b/tests/testfiles/unit/CommonMark_0.30/lists/024.test @@ -21,7 +21,7 @@ BEGIN document olBegin olItemWithNumber: 1 BEGIN fencedCode -- src: ./_markdown_test/543bbf7878c5aca988a5ea83b1554394.verbatim +- src: 543bbf7878c5aca988a5ea83b1554394.verbatim - infostring: END fencedCode interblockSeparator diff --git a/tests/testfiles/unit/CommonMark_0.30/paragraphs/007.test b/tests/testfiles/unit/CommonMark_0.30/paragraphs/007.test index e1276f19b..ce79608e2 100644 --- a/tests/testfiles/unit/CommonMark_0.30/paragraphs/007.test +++ b/tests/testfiles/unit/CommonMark_0.30/paragraphs/007.test @@ -11,7 +11,7 @@ *bbb* >>> BEGIN document -inputVerbatim: ./_markdown_test/b0c8f0811c40c47c6c172fc9882daaf9.verbatim +inputVerbatim: b0c8f0811c40c47c6c172fc9882daaf9.verbatim interblockSeparator emphasis: bbb END document diff --git a/tests/testfiles/unit/CommonMark_0.30/setext_headings/006.test b/tests/testfiles/unit/CommonMark_0.30/setext_headings/006.test index 090b13712..45bb562e9 100644 --- a/tests/testfiles/unit/CommonMark_0.30/setext_headings/006.test +++ b/tests/testfiles/unit/CommonMark_0.30/setext_headings/006.test @@ -17,7 +17,7 @@ --- >>> BEGIN document -inputVerbatim: ./_markdown_test/5407a4668f8bd845ac30ec29307320fb.verbatim +inputVerbatim: 5407a4668f8bd845ac30ec29307320fb.verbatim interblockSeparator thematicBreak END document diff --git a/tests/testfiles/unit/CommonMark_0.30/setext_headings/021.test b/tests/testfiles/unit/CommonMark_0.30/setext_headings/021.test index 209623784..194b75c3d 100644 --- a/tests/testfiles/unit/CommonMark_0.30/setext_headings/021.test +++ b/tests/testfiles/unit/CommonMark_0.30/setext_headings/021.test @@ -11,7 +11,7 @@ --- >>> BEGIN document -inputVerbatim: ./_markdown_test/acbd18db4cc2f85cedef654fccc4a4d8.verbatim +inputVerbatim: acbd18db4cc2f85cedef654fccc4a4d8.verbatim interblockSeparator thematicBreak END document diff --git a/tests/testfiles/unit/CommonMark_0.30/tabs/001.test b/tests/testfiles/unit/CommonMark_0.30/tabs/001.test index 5e14d7fd0..904395775 100644 --- a/tests/testfiles/unit/CommonMark_0.30/tabs/001.test +++ b/tests/testfiles/unit/CommonMark_0.30/tabs/001.test @@ -9,5 +9,5 @@ foo baz bim >>> BEGIN document -inputVerbatim: ./_markdown_test/69ea260f4809aa90880b8df4d674c362.verbatim +inputVerbatim: 69ea260f4809aa90880b8df4d674c362.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/tabs/002.test b/tests/testfiles/unit/CommonMark_0.30/tabs/002.test index 251a3c970..dae584a1b 100644 --- a/tests/testfiles/unit/CommonMark_0.30/tabs/002.test +++ b/tests/testfiles/unit/CommonMark_0.30/tabs/002.test @@ -9,5 +9,5 @@ foo baz bim >>> BEGIN document -inputVerbatim: ./_markdown_test/69ea260f4809aa90880b8df4d674c362.verbatim +inputVerbatim: 69ea260f4809aa90880b8df4d674c362.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/tabs/003.test b/tests/testfiles/unit/CommonMark_0.30/tabs/003.test index 846c475dc..f64dbd2e5 100644 --- a/tests/testfiles/unit/CommonMark_0.30/tabs/003.test +++ b/tests/testfiles/unit/CommonMark_0.30/tabs/003.test @@ -11,5 +11,5 @@ ὐ a >>> BEGIN document -inputVerbatim: ./_markdown_test/c964a8dff080eaab055f576b40563d84.verbatim +inputVerbatim: c964a8dff080eaab055f576b40563d84.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/tabs/005.test b/tests/testfiles/unit/CommonMark_0.30/tabs/005.test index c06b9dca9..e6519abc7 100644 --- a/tests/testfiles/unit/CommonMark_0.30/tabs/005.test +++ b/tests/testfiles/unit/CommonMark_0.30/tabs/005.test @@ -19,7 +19,7 @@ BEGIN document ulBegin ulItem interblockSeparator -inputVerbatim: ./_markdown_test/e5d16c973faf1d458c867e719c7a1e52.verbatim +inputVerbatim: e5d16c973faf1d458c867e719c7a1e52.verbatim ulItemEnd ulEnd END document diff --git a/tests/testfiles/unit/CommonMark_0.30/tabs/006.test b/tests/testfiles/unit/CommonMark_0.30/tabs/006.test index f4120c9fc..761923916 100644 --- a/tests/testfiles/unit/CommonMark_0.30/tabs/006.test +++ b/tests/testfiles/unit/CommonMark_0.30/tabs/006.test @@ -12,6 +12,6 @@ >>> BEGIN document blockQuoteBegin -inputVerbatim: ./_markdown_test/8f258c63c0e290338dc5f8d2f05855d3.verbatim +inputVerbatim: 8f258c63c0e290338dc5f8d2f05855d3.verbatim blockQuoteEnd END document diff --git a/tests/testfiles/unit/CommonMark_0.30/tabs/007.test b/tests/testfiles/unit/CommonMark_0.30/tabs/007.test index da0667839..d48bf0fe7 100644 --- a/tests/testfiles/unit/CommonMark_0.30/tabs/007.test +++ b/tests/testfiles/unit/CommonMark_0.30/tabs/007.test @@ -15,7 +15,7 @@ BEGIN document ulBeginTight ulItem -inputVerbatim: ./_markdown_test/8f258c63c0e290338dc5f8d2f05855d3.verbatim +inputVerbatim: 8f258c63c0e290338dc5f8d2f05855d3.verbatim ulItemEnd ulEndTight END document diff --git a/tests/testfiles/unit/CommonMark_0.30/tabs/008.test b/tests/testfiles/unit/CommonMark_0.30/tabs/008.test index 4a749084b..046be3b1c 100644 --- a/tests/testfiles/unit/CommonMark_0.30/tabs/008.test +++ b/tests/testfiles/unit/CommonMark_0.30/tabs/008.test @@ -11,5 +11,5 @@ bar >>> BEGIN document -inputVerbatim: ./_markdown_test/a76999788386641a3ec798554f1fe7e6.verbatim +inputVerbatim: a76999788386641a3ec798554f1fe7e6.verbatim END document diff --git a/tests/testfiles/unit/CommonMark_0.30/thematic_breaks/006.test b/tests/testfiles/unit/CommonMark_0.30/thematic_breaks/006.test index 32dec3f79..7e30e99ed 100644 --- a/tests/testfiles/unit/CommonMark_0.30/thematic_breaks/006.test +++ b/tests/testfiles/unit/CommonMark_0.30/thematic_breaks/006.test @@ -9,5 +9,5 @@ *** >>> BEGIN document -inputVerbatim: ./_markdown_test/8a7ab20ec0ab3262ce329c7dcb399a4e.verbatim +inputVerbatim: 8a7ab20ec0ab3262ce329c7dcb399a4e.verbatim END document diff --git a/tests/testfiles/unit/Markdown_1.0.3/auto-links.test b/tests/testfiles/unit/Markdown_1.0.3/auto-links.test index 9d9f0a794..604a316df 100644 --- a/tests/testfiles/unit/Markdown_1.0.3/auto-links.test +++ b/tests/testfiles/unit/Markdown_1.0.3/auto-links.test @@ -50,5 +50,5 @@ blockQuoteEnd interblockSeparator codeSpan: interblockSeparator -inputVerbatim: ./_markdown_test/d063938ba4264a9a85f58f4eb996f49a.verbatim +inputVerbatim: d063938ba4264a9a85f58f4eb996f49a.verbatim END document diff --git a/tests/testfiles/unit/Markdown_1.0.3/backslash-escapes.test b/tests/testfiles/unit/Markdown_1.0.3/backslash-escapes.test index 7181c9721..05f9f8cab 100644 --- a/tests/testfiles/unit/Markdown_1.0.3/backslash-escapes.test +++ b/tests/testfiles/unit/Markdown_1.0.3/backslash-escapes.test @@ -144,7 +144,7 @@ paragraphSeparator paragraphSeparator paragraphSeparator interblockSeparator -inputVerbatim: ./_markdown_test/143e719f4780a72ef8137083d40e1571.verbatim +inputVerbatim: 143e719f4780a72ef8137083d40e1571.verbatim paragraphSeparator paragraphSeparator codeSpan: (backslash)(backslash) diff --git a/tests/testfiles/unit/Markdown_1.0.3/blockquotes-with-code-blocks.test b/tests/testfiles/unit/Markdown_1.0.3/blockquotes-with-code-blocks.test index 85dd932b6..f6cf37dde 100644 --- a/tests/testfiles/unit/Markdown_1.0.3/blockquotes-with-code-blocks.test +++ b/tests/testfiles/unit/Markdown_1.0.3/blockquotes-with-code-blocks.test @@ -15,9 +15,9 @@ BEGIN document blockQuoteBegin interblockSeparator -inputVerbatim: ./_markdown_test/9d1287e577b61c6969fcf3c6f5f56068.verbatim +inputVerbatim: 9d1287e577b61c6969fcf3c6f5f56068.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/8be451539403358f26932093849e3c95.verbatim +inputVerbatim: 8be451539403358f26932093849e3c95.verbatim blockQuoteEnd END document diff --git a/tests/testfiles/unit/Markdown_1.0.3/code-blocks.test b/tests/testfiles/unit/Markdown_1.0.3/code-blocks.test index 8b3942213..767b759d9 100644 --- a/tests/testfiles/unit/Markdown_1.0.3/code-blocks.test +++ b/tests/testfiles/unit/Markdown_1.0.3/code-blocks.test @@ -10,11 +10,11 @@ Regular Text. code block on the last line >>> BEGIN document -inputVerbatim: ./_markdown_test/0ce1606380714a85685e1b8b4c818188.verbatim +inputVerbatim: 0ce1606380714a85685e1b8b4c818188.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/3d9ad8836bff9bd942de9d19fa9d023b.verbatim +inputVerbatim: 3d9ad8836bff9bd942de9d19fa9d023b.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/5b71bb29e431424ea95f56b2ed675bf5.verbatim +inputVerbatim: 5b71bb29e431424ea95f56b2ed675bf5.verbatim END document diff --git a/tests/testfiles/unit/Markdown_1.0.3/horizontal-rules.test b/tests/testfiles/unit/Markdown_1.0.3/horizontal-rules.test index f5323b498..d430e2c94 100644 --- a/tests/testfiles/unit/Markdown_1.0.3/horizontal-rules.test +++ b/tests/testfiles/unit/Markdown_1.0.3/horizontal-rules.test @@ -78,7 +78,7 @@ thematicBreak interblockSeparator thematicBreak interblockSeparator -inputVerbatim: ./_markdown_test/9efc314b65237d5d646e1b817372afc6.verbatim +inputVerbatim: 9efc314b65237d5d646e1b817372afc6.verbatim interblockSeparator thematicBreak interblockSeparator @@ -88,7 +88,7 @@ thematicBreak interblockSeparator thematicBreak interblockSeparator -inputVerbatim: ./_markdown_test/718e7621829c54ea33e612614953cd48.verbatim +inputVerbatim: 718e7621829c54ea33e612614953cd48.verbatim paragraphSeparator interblockSeparator thematicBreak @@ -99,7 +99,7 @@ thematicBreak interblockSeparator thematicBreak interblockSeparator -inputVerbatim: ./_markdown_test/8a7ab20ec0ab3262ce329c7dcb399a4e.verbatim +inputVerbatim: 8a7ab20ec0ab3262ce329c7dcb399a4e.verbatim interblockSeparator thematicBreak interblockSeparator @@ -109,7 +109,7 @@ thematicBreak interblockSeparator thematicBreak interblockSeparator -inputVerbatim: ./_markdown_test/6e644e70a9fe3145c88b5b6261af5754.verbatim +inputVerbatim: 6e644e70a9fe3145c88b5b6261af5754.verbatim paragraphSeparator interblockSeparator thematicBreak @@ -120,7 +120,7 @@ thematicBreak interblockSeparator thematicBreak interblockSeparator -inputVerbatim: ./_markdown_test/948a13f1eb402f8ff16472e217608fb6.verbatim +inputVerbatim: 948a13f1eb402f8ff16472e217608fb6.verbatim interblockSeparator thematicBreak interblockSeparator @@ -130,5 +130,5 @@ thematicBreak interblockSeparator thematicBreak interblockSeparator -inputVerbatim: ./_markdown_test/23f30f77015603313f80e6d0da15d7fe.verbatim +inputVerbatim: 23f30f77015603313f80e6d0da15d7fe.verbatim END document diff --git a/tests/testfiles/unit/Markdown_1.0.3/links-reference-style.test b/tests/testfiles/unit/Markdown_1.0.3/links-reference-style.test index 254d9d7b8..cb14347c5 100644 --- a/tests/testfiles/unit/Markdown_1.0.3/links-reference-style.test +++ b/tests/testfiles/unit/Markdown_1.0.3/links-reference-style.test @@ -89,7 +89,7 @@ BEGIN link END link paragraphSeparator paragraphSeparator -inputVerbatim: ./_markdown_test/1d6cdc132aafa7c2999b741379103fae.verbatim +inputVerbatim: 1d6cdc132aafa7c2999b741379103fae.verbatim paragraphSeparator thematicBreak interblockSeparator diff --git a/tests/testfiles/unit/Markdown_1.0.3/markdown-documentation-basics.test b/tests/testfiles/unit/Markdown_1.0.3/markdown-documentation-basics.test index 0a739a152..5c160c4fb 100644 --- a/tests/testfiles/unit/Markdown_1.0.3/markdown-documentation-basics.test +++ b/tests/testfiles/unit/Markdown_1.0.3/markdown-documentation-basics.test @@ -350,20 +350,20 @@ paragraphSeparator codeSpan: > paragraphSeparator interblockSeparator -inputVerbatim: ./_markdown_test/007582f01fded3ea3889f0fed011a810.verbatim +inputVerbatim: 007582f01fded3ea3889f0fed011a810.verbatim paragraphSeparator interblockSeparator -inputVerbatim: ./_markdown_test/a88786d5556201bd842f795fd43bf808.verbatim +inputVerbatim: a88786d5556201bd842f795fd43bf808.verbatim paragraphSeparator BEGIN section headingThree: Phrase Emphasis interblockSeparator paragraphSeparator interblockSeparator -inputVerbatim: ./_markdown_test/083f8e3075a15dce6ec6b95969660a31.verbatim +inputVerbatim: 083f8e3075a15dce6ec6b95969660a31.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/da51b3eeb7218d5bbe6c01eb832599bc.verbatim +inputVerbatim: da51b3eeb7218d5bbe6c01eb832599bc.verbatim paragraphSeparator END section END section @@ -376,32 +376,32 @@ codeSpan: + codeSpan: - softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/f3b0f0a652c54f7cb98b28a2a27fef63.verbatim +inputVerbatim: f3b0f0a652c54f7cb98b28a2a27fef63.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/95cd6d123a157b97f0f9caedc414b6c2.verbatim +inputVerbatim: 95cd6d123a157b97f0f9caedc414b6c2.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/3e2d6bd42ad31b235c35ee047c72fe96.verbatim +inputVerbatim: 3e2d6bd42ad31b235c35ee047c72fe96.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/50ea57274a1552580aead14f3801f56e.verbatim +inputVerbatim: 50ea57274a1552580aead14f3801f56e.verbatim interblockSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/1f488a715120c6148a3f072c1b645d47.verbatim +inputVerbatim: 1f488a715120c6148a3f072c1b645d47.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/985eca391e41a2a3ccdab55280d3a3f8.verbatim +inputVerbatim: 985eca391e41a2a3ccdab55280d3a3f8.verbatim interblockSeparator codeSpan:

softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/cd730c2ae38e0ecdca4257c7c746a795.verbatim +inputVerbatim: cd730c2ae38e0ecdca4257c7c746a795.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/9d7b6a9dbba4e63ca51f3cccca3716f0.verbatim +inputVerbatim: 9d7b6a9dbba4e63ca51f3cccca3716f0.verbatim paragraphSeparator BEGIN section headingThree: Links @@ -413,31 +413,31 @@ softLineBreak paragraphSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/54e51df8ec7f096d54a4d8e8c4ce19a5.verbatim +inputVerbatim: 54e51df8ec7f096d54a4d8e8c4ce19a5.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/ed97d1259eb9c0efad1a11ed4f4ea139.verbatim +inputVerbatim: ed97d1259eb9c0efad1a11ed4f4ea139.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/982674243c5a2ff211523850d36d9a95.verbatim +inputVerbatim: 982674243c5a2ff211523850d36d9a95.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/e9cc46f11760cca16092e28cced5b000.verbatim +inputVerbatim: e9cc46f11760cca16092e28cced5b000.verbatim interblockSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/98fdff32518489fb16e81ac2e0a299d2.verbatim +inputVerbatim: 98fdff32518489fb16e81ac2e0a299d2.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/ddb7929e8788e38eed2e5f9af95100b4.verbatim +inputVerbatim: ddb7929e8788e38eed2e5f9af95100b4.verbatim interblockSeparator softLineBreak emphasis: not interblockSeparator -inputVerbatim: ./_markdown_test/142bd9b225d4b58eaa93b4e488bf21a6.verbatim +inputVerbatim: 142bd9b225d4b58eaa93b4e488bf21a6.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/c53d47119351d20f8302b44c655ce1dc.verbatim +inputVerbatim: c53d47119351d20f8302b44c655ce1dc.verbatim paragraphSeparator END section BEGIN section @@ -445,13 +445,13 @@ headingThree: Images interblockSeparator paragraphSeparator interblockSeparator -inputVerbatim: ./_markdown_test/58337050b95b215b5029014421729ce6.verbatim +inputVerbatim: 58337050b95b215b5029014421729ce6.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/9a7c9ab5c261e8d9b3fc3d3d4b80c448.verbatim +inputVerbatim: 9a7c9ab5c261e8d9b3fc3d3d4b80c448.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/08a55e6c1710b68db0cda877cfe16f93.verbatim +inputVerbatim: 08a55e6c1710b68db0cda877cfe16f93.verbatim paragraphSeparator END section BEGIN section @@ -464,10 +464,10 @@ softLineBreak codeSpan: > softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/ac7a815a53ea2f17b27ffdc2475c5c30.verbatim +inputVerbatim: ac7a815a53ea2f17b27ffdc2475c5c30.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/843be4cf12e1ca8628dbcc50c6e455ee.verbatim +inputVerbatim: 843be4cf12e1ca8628dbcc50c6e455ee.verbatim paragraphSeparator softLineBreak codeSpan: (ampersand) @@ -476,10 +476,10 @@ softLineBreak codeSpan: > paragraphSeparator interblockSeparator -inputVerbatim: ./_markdown_test/7d9f1e26a42e0270218d0c17064c2013.verbatim +inputVerbatim: 7d9f1e26a42e0270218d0c17064c2013.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/e1de0455cbe83acebe6cfa078bdcb1cc.verbatim +inputVerbatim: e1de0455cbe83acebe6cfa078bdcb1cc.verbatim END section END section END section diff --git a/tests/testfiles/unit/Markdown_1.0.3/markdown-documentation-syntax.test b/tests/testfiles/unit/Markdown_1.0.3/markdown-documentation-syntax.test index 322ca43b7..dfb9c069d 100644 --- a/tests/testfiles/unit/Markdown_1.0.3/markdown-documentation-syntax.test +++ b/tests/testfiles/unit/Markdown_1.0.3/markdown-documentation-syntax.test @@ -1124,7 +1124,7 @@ softLineBreak codeSpan:

paragraphSeparator interblockSeparator -inputVerbatim: ./_markdown_test/988ac72abc79ccf10e4d44a3397367be.verbatim +inputVerbatim: 988ac72abc79ccf10e4d44a3397367be.verbatim interblockSeparator softLineBreak codeSpan: *emphasis* @@ -1161,10 +1161,10 @@ ampersand codeSpan: AT(ampersand)amp;T softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/39df51afd031f4a6dac6f1042ed79751.verbatim +inputVerbatim: 39df51afd031f4a6dac6f1042ed79751.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/3a670aad8127588b9d8637a4e5317aa1.verbatim +inputVerbatim: 3a670aad8127588b9d8637a4e5317aa1.verbatim interblockSeparator codeSpan: href softLineBreak @@ -1176,13 +1176,13 @@ softLineBreak codeSpan: (ampersand)amp; paragraphSeparator interblockSeparator -inputVerbatim: ./_markdown_test/1e8d587771845f72ca4b2ae2815b26b4.verbatim +inputVerbatim: 1e8d587771845f72ca4b2ae2815b26b4.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/b74e69c4545cf7fc29395289f96240c2.verbatim +inputVerbatim: b74e69c4545cf7fc29395289f96240c2.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/b8f08cfb9bd87f7cb5dfd6e52220fb5b.verbatim +inputVerbatim: b8f08cfb9bd87f7cb5dfd6e52220fb5b.verbatim interblockSeparator BEGIN link - label: inline HTML @@ -1192,10 +1192,10 @@ END link softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/1ef76d821d454da02b5d4b21f505cc49.verbatim +inputVerbatim: 1ef76d821d454da02b5d4b21f505cc49.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/4051a6d4ca1d5ac64dffa9db51c57215.verbatim +inputVerbatim: 4051a6d4ca1d5ac64dffa9db51c57215.verbatim interblockSeparator softLineBreak emphasis: always @@ -1262,21 +1262,21 @@ END link paragraphSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/3014f7c6f37d31a7f09f2f99d4a9a049.verbatim +inputVerbatim: 3014f7c6f37d31a7f09f2f99d4a9a049.verbatim interblockSeparator codeSpan: = codeSpan: - paragraphSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/2daa67674fe6a509b558518cfb04de16.verbatim +inputVerbatim: 2daa67674fe6a509b558518cfb04de16.verbatim interblockSeparator softLineBreak softLineBreak softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/b1c734088558783c318bbcca92d87dfb.verbatim +inputVerbatim: b1c734088558783c318bbcca92d87dfb.verbatim paragraphSeparator END section BEGIN section @@ -1288,21 +1288,21 @@ softLineBreak softLineBreak codeSpan: > interblockSeparator -inputVerbatim: ./_markdown_test/d2d4f3a8543c95f6aa7f563969db8955.verbatim +inputVerbatim: d2d4f3a8543c95f6aa7f563969db8955.verbatim interblockSeparator codeSpan: > softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/3ed87cc090ea667ffccc456141756ff3.verbatim +inputVerbatim: 3ed87cc090ea667ffccc456141756ff3.verbatim interblockSeparator softLineBreak codeSpan: > interblockSeparator -inputVerbatim: ./_markdown_test/c4f6a13cb84e9a2e3bdd11eeeb8ad2bf.verbatim +inputVerbatim: c4f6a13cb84e9a2e3bdd11eeeb8ad2bf.verbatim interblockSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/e0551bbbbadc854888810d197c71994a.verbatim +inputVerbatim: e0551bbbbadc854888810d197c71994a.verbatim interblockSeparator softLineBreak softLineBreak @@ -1314,27 +1314,27 @@ interblockSeparator paragraphSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/b2feb3d2ccee2ee3a3aad6c8b1d679d0.verbatim +inputVerbatim: b2feb3d2ccee2ee3a3aad6c8b1d679d0.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/f19714cd128769b02bd194d113a396a9.verbatim +inputVerbatim: f19714cd128769b02bd194d113a396a9.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/5254b0d75477da9337c54be7cec4edf3.verbatim +inputVerbatim: 5254b0d75477da9337c54be7cec4edf3.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/d7831056f9745661f3b956639139ef3b.verbatim +inputVerbatim: d7831056f9745661f3b956639139ef3b.verbatim interblockSeparator softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/b53eb7b08fbde625efdb63fc7fd70c01.verbatim +inputVerbatim: b53eb7b08fbde625efdb63fc7fd70c01.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/ae2eaaf2773373c93e7bd63d2bc2e4bf.verbatim +inputVerbatim: ae2eaaf2773373c93e7bd63d2bc2e4bf.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/9c0ff78e84117bb15764afb2736b09ba.verbatim +inputVerbatim: 9c0ff78e84117bb15764afb2736b09ba.verbatim interblockSeparator softLineBreak softLineBreak @@ -1347,53 +1347,53 @@ softLineBreak softLineBreak paragraphSeparator interblockSeparator -inputVerbatim: ./_markdown_test/6c6f57b57ad29ccd12bef0665b3de542.verbatim +inputVerbatim: 6c6f57b57ad29ccd12bef0665b3de542.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/bf3df474ca15d1ffe1e93258c5b626c2.verbatim +inputVerbatim: bf3df474ca15d1ffe1e93258c5b626c2.verbatim interblockSeparator softLineBreak codeSpan:

interblockSeparator -inputVerbatim: ./_markdown_test/35dd225b058de8bac20f67cc7cec0fd5.verbatim +inputVerbatim: 35dd225b058de8bac20f67cc7cec0fd5.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/fbddc3d43c8e08860ebceef2b06e8f9f.verbatim +inputVerbatim: fbddc3d43c8e08860ebceef2b06e8f9f.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/222371631e06cef55a33687a1c765d5e.verbatim +inputVerbatim: 222371631e06cef55a33687a1c765d5e.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/18f883e46899418bd9a618c5613afac3.verbatim +inputVerbatim: 18f883e46899418bd9a618c5613afac3.verbatim interblockSeparator softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/8b77b34f0dde1ffe2bb1488f7ed6e287.verbatim +inputVerbatim: 8b77b34f0dde1ffe2bb1488f7ed6e287.verbatim interblockSeparator softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/175cb8fdc79a8284720deaeac47e37a3.verbatim +inputVerbatim: 175cb8fdc79a8284720deaeac47e37a3.verbatim interblockSeparator codeSpan: > softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/c59021a63aff90d8deba65c51db622a1.verbatim +inputVerbatim: c59021a63aff90d8deba65c51db622a1.verbatim interblockSeparator softLineBreak emphasis: twice interblockSeparator -inputVerbatim: ./_markdown_test/fb6f5e5ba34ea17946b8814853971aec.verbatim +inputVerbatim: fb6f5e5ba34ea17946b8814853971aec.verbatim paragraphSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/6d47f6daaa522ea7cef7ec7a281de306.verbatim +inputVerbatim: 6d47f6daaa522ea7cef7ec7a281de306.verbatim interblockSeparator emphasis: number-period-space softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/3311d57ffe81d920b965b76b809dede7.verbatim +inputVerbatim: 3311d57ffe81d920b965b76b809dede7.verbatim paragraphSeparator END section BEGIN section @@ -1407,17 +1407,17 @@ codeSpan: paragraphSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/e70809fd2cd2aaf05377d4d698bc778e.verbatim +inputVerbatim: e70809fd2cd2aaf05377d4d698bc778e.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/0ee637b348c7273b92479fc351d67022.verbatim +inputVerbatim: 0ee637b348c7273b92479fc351d67022.verbatim interblockSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/399104f094d830a34761f0242ee68874.verbatim +inputVerbatim: 399104f094d830a34761f0242ee68874.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/8122ca21235de208d37b9ce75958c4ae.verbatim +inputVerbatim: 8122ca21235de208d37b9ce75958c4ae.verbatim interblockSeparator softLineBreak paragraphSeparator @@ -1429,10 +1429,10 @@ softLineBreak softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/a58ef1182783edf03834afe6339454ab.verbatim +inputVerbatim: a58ef1182783edf03834afe6339454ab.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/d6be2fe3c7e11108954d5ad01232127c.verbatim +inputVerbatim: d6be2fe3c7e11108954d5ad01232127c.verbatim interblockSeparator softLineBreak softLineBreak @@ -1446,7 +1446,7 @@ softLineBreak softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/7b1097924e84f9f8a3fdd03ac0f4293a.verbatim +inputVerbatim: 7b1097924e84f9f8a3fdd03ac0f4293a.verbatim paragraphSeparator thematicBreak interblockSeparator @@ -1467,25 +1467,25 @@ softLineBreak emphasis: optional softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/14d9f95879568ca17568f47d39c67a49.verbatim +inputVerbatim: 14d9f95879568ca17568f47d39c67a49.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/19a9ac49f6ec44dd62b194b03f440ad6.verbatim +inputVerbatim: 19a9ac49f6ec44dd62b194b03f440ad6.verbatim interblockSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/37c34e5a85cdcb1c594deb9dcccd27af.verbatim +inputVerbatim: 37c34e5a85cdcb1c594deb9dcccd27af.verbatim interblockSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/e8ed523d328f169e9c316bb7fbd06958.verbatim +inputVerbatim: e8ed523d328f169e9c316bb7fbd06958.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/e8ed523d328f169e9c316bb7fbd06958.verbatim +inputVerbatim: e8ed523d328f169e9c316bb7fbd06958.verbatim interblockSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/a50cb4ac3eab31bb831dcbd4c831ae62.verbatim +inputVerbatim: a50cb4ac3eab31bb831dcbd4c831ae62.verbatim interblockSeparator interblockSeparator ulBeginTight @@ -1504,17 +1504,17 @@ ulItemEnd ulEndTight interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/07c35364d5360b47da5a28612e72146d.verbatim +inputVerbatim: 07c35364d5360b47da5a28612e72146d.verbatim interblockSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/e2503cc16fa255a6c0194b5af106eec0.verbatim +inputVerbatim: e2503cc16fa255a6c0194b5af106eec0.verbatim interblockSeparator softLineBreak paragraphSeparator emphasis: not interblockSeparator -inputVerbatim: ./_markdown_test/931031d377a1347fb86bb22253f12124.verbatim +inputVerbatim: 931031d377a1347fb86bb22253f12124.verbatim interblockSeparator paragraphSeparator emphasis: implicit link name @@ -1522,34 +1522,34 @@ softLineBreak softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/78ea30a9baef97c7b685141a0f809e1f.verbatim +inputVerbatim: 78ea30a9baef97c7b685141a0f809e1f.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/fb2d84c155526cce6953c45271e6dc3d.verbatim +inputVerbatim: fb2d84c155526cce6953c45271e6dc3d.verbatim interblockSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/1f51cfcb39635e3c47689d543f63db32.verbatim +inputVerbatim: 1f51cfcb39635e3c47689d543f63db32.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/38cc80423dbab73df7a044929fa4e7c6.verbatim +inputVerbatim: 38cc80423dbab73df7a044929fa4e7c6.verbatim interblockSeparator softLineBreak softLineBreak softLineBreak paragraphSeparator interblockSeparator -inputVerbatim: ./_markdown_test/b80b78ea17b5f6bf7dea31172752c9c9.verbatim +inputVerbatim: b80b78ea17b5f6bf7dea31172752c9c9.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/cde06eeab7bc71d2bfaba4158cb3c294.verbatim +inputVerbatim: cde06eeab7bc71d2bfaba4158cb3c294.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/d652da15d07e59b78f4daa84c506eec8.verbatim +inputVerbatim: d652da15d07e59b78f4daa84c506eec8.verbatim interblockSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/784b3c629a2525d50763694e2cfff6a6.verbatim +inputVerbatim: 784b3c629a2525d50763694e2cfff6a6.verbatim interblockSeparator softLineBreak softLineBreak @@ -1579,15 +1579,15 @@ codeSpan: (underscore) softLineBreak codeSpan: interblockSeparator -inputVerbatim: ./_markdown_test/9b72c34a0e6318362604903db70aba6e.verbatim +inputVerbatim: 9b72c34a0e6318362604903db70aba6e.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/5a7273e71dc0066df02302e3f3984931.verbatim +inputVerbatim: 5a7273e71dc0066df02302e3f3984931.verbatim interblockSeparator softLineBreak paragraphSeparator interblockSeparator -inputVerbatim: ./_markdown_test/e9f57ac87af540986f918ca7753414bd.verbatim +inputVerbatim: e9f57ac87af540986f918ca7753414bd.verbatim interblockSeparator codeSpan: * codeSpan: (underscore) @@ -1596,7 +1596,7 @@ paragraphSeparator softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/3350aadded5e97288005f366ce9e968f.verbatim +inputVerbatim: 3350aadded5e97288005f366ce9e968f.verbatim paragraphSeparator END section BEGIN section @@ -1606,39 +1606,39 @@ codeSpan: ` softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/6cbca18a0ba25c2f63d547ff69b2c8de.verbatim +inputVerbatim: 6cbca18a0ba25c2f63d547ff69b2c8de.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/02a61165a4fd2d6f93161f84284721a9.verbatim +inputVerbatim: 02a61165a4fd2d6f93161f84284721a9.verbatim interblockSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/fa70f3ad16953ef0772e7b3b55feb6ad.verbatim +inputVerbatim: fa70f3ad16953ef0772e7b3b55feb6ad.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/b327a180f7876784cf1ed502c14f2e53.verbatim +inputVerbatim: b327a180f7876784cf1ed502c14f2e53.verbatim interblockSeparator softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/0db3788bf35fbc40deab4a38495a78ca.verbatim +inputVerbatim: 0db3788bf35fbc40deab4a38495a78ca.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/72cc49ee5b0bf6715365c26f46466884.verbatim +inputVerbatim: 72cc49ee5b0bf6715365c26f46466884.verbatim interblockSeparator softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/23feddb6a192daf473c1f0da645c815d.verbatim +inputVerbatim: 23feddb6a192daf473c1f0da645c815d.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/cffaca83a6570a483e0dd75ce57f30ef.verbatim +inputVerbatim: cffaca83a6570a483e0dd75ce57f30ef.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/871e0e62631c96707f67fc3b53c3a442.verbatim +inputVerbatim: 871e0e62631c96707f67fc3b53c3a442.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/4972e6763169966a715cd56ed32159ce.verbatim +inputVerbatim: 4972e6763169966a715cd56ed32159ce.verbatim paragraphSeparator END section BEGIN section @@ -1651,7 +1651,7 @@ emphasis: inline emphasis: reference paragraphSeparator interblockSeparator -inputVerbatim: ./_markdown_test/449ad894b5ed92006b8b5ac028a2a632.verbatim +inputVerbatim: 449ad894b5ed92006b8b5ac028a2a632.verbatim interblockSeparator interblockSeparator ulBeginTight @@ -1670,11 +1670,11 @@ ulItemEnd ulEndTight interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/3d57c285b777885a18e07077e0744a53.verbatim +inputVerbatim: 3d57c285b777885a18e07077e0744a53.verbatim interblockSeparator softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/128ef25040ed261c713730bf70f16fa3.verbatim +inputVerbatim: 128ef25040ed261c713730bf70f16fa3.verbatim interblockSeparator softLineBreak softLineBreak @@ -1691,19 +1691,19 @@ BEGIN section headingThree: Automatic Links interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/39cc5171ebb9f88a76bb7504a2aa72dd.verbatim +inputVerbatim: 39cc5171ebb9f88a76bb7504a2aa72dd.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/b004584ebeb92dbe3cf3abcf62dde32d.verbatim +inputVerbatim: b004584ebeb92dbe3cf3abcf62dde32d.verbatim interblockSeparator softLineBreak softLineBreak softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/4c3603ad96c837c2d7b5675641fb8586.verbatim +inputVerbatim: 4c3603ad96c837c2d7b5675641fb8586.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/6c6e7a7b85345dd94cb68a9bebb64e99.verbatim +inputVerbatim: 6c6e7a7b85345dd94cb68a9bebb64e99.verbatim interblockSeparator paragraphSeparator softLineBreak @@ -1720,10 +1720,10 @@ softLineBreak codeSpan: softLineBreak interblockSeparator -inputVerbatim: ./_markdown_test/48f8d6f10d4f5f67fd448d4d52284296.verbatim +inputVerbatim: 48f8d6f10d4f5f67fd448d4d52284296.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/7a40c43d62d88235d1e9b3ee88fad7e3.verbatim +inputVerbatim: 7a40c43d62d88235d1e9b3ee88fad7e3.verbatim END section END section END section diff --git a/tests/testfiles/unit/Markdown_1.0.3/tabs.test b/tests/testfiles/unit/Markdown_1.0.3/tabs.test index ddc5b580c..18e82c76f 100644 --- a/tests/testfiles/unit/Markdown_1.0.3/tabs.test +++ b/tests/testfiles/unit/Markdown_1.0.3/tabs.test @@ -33,11 +33,11 @@ ulItemEnd ulEnd interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/fdeb3bb0e9e65dd59f8e254fd9ecd5da.verbatim +inputVerbatim: fdeb3bb0e9e65dd59f8e254fd9ecd5da.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/e424f57582b0ed6641aa44d4f76d21ad.verbatim +inputVerbatim: e424f57582b0ed6641aa44d4f76d21ad.verbatim interblockSeparator interblockSeparator -inputVerbatim: ./_markdown_test/48a9553993c273349c59884b09324a97.verbatim +inputVerbatim: 48a9553993c273349c59884b09324a97.verbatim END document diff --git a/tests/testfiles/unit/PHP_Markdown/code-block-in-a-list-item.test b/tests/testfiles/unit/PHP_Markdown/code-block-in-a-list-item.test index 7d9409c1a..54369fc69 100644 --- a/tests/testfiles/unit/PHP_Markdown/code-block-in-a-list-item.test +++ b/tests/testfiles/unit/PHP_Markdown/code-block-in-a-list-item.test @@ -19,15 +19,15 @@ BEGIN document ulBegin ulItem interblockSeparator -inputVerbatim: ./_markdown_test/7da7e1c6a1b06ee08ec9ef848a4fb61d.verbatim +inputVerbatim: 7da7e1c6a1b06ee08ec9ef848a4fb61d.verbatim interblockSeparator ulItemEnd ulItem -inputVerbatim: ./_markdown_test/1773a229d66d87b36aa64f998e4d03d4.verbatim +inputVerbatim: 1773a229d66d87b36aa64f998e4d03d4.verbatim ulItemEnd ulItem interblockSeparator -inputVerbatim: ./_markdown_test/76f4166a488956dfe5082ca0ab4ca21f.verbatim +inputVerbatim: 76f4166a488956dfe5082ca0ab4ca21f.verbatim ulItemEnd ulEnd END document diff --git a/tests/testfiles/unit/PHP_Markdown/code-block-on-second-line.test b/tests/testfiles/unit/PHP_Markdown/code-block-on-second-line.test index 0503eecad..5fd2eaacc 100644 --- a/tests/testfiles/unit/PHP_Markdown/code-block-on-second-line.test +++ b/tests/testfiles/unit/PHP_Markdown/code-block-on-second-line.test @@ -4,5 +4,5 @@ >>> BEGIN document -inputVerbatim: ./_markdown_test/1a728d8504cb30370a61eb99e6709c67.verbatim +inputVerbatim: 1a728d8504cb30370a61eb99e6709c67.verbatim END document diff --git a/tests/testfiles/unit/PHP_Markdown/php-specific-bugs.test b/tests/testfiles/unit/PHP_Markdown/php-specific-bugs.test index 2230d0dd4..874f9589f 100644 --- a/tests/testfiles/unit/PHP_Markdown/php-specific-bugs.test +++ b/tests/testfiles/unit/PHP_Markdown/php-specific-bugs.test @@ -43,7 +43,7 @@ headingThree: Header "quoted" again (backslash)"" paragraphSeparator codeSpan: (underscore)Detab interblockSeparator -inputVerbatim: ./_markdown_test/49593f3a94665fea149e78f87b7e1b70.verbatim +inputVerbatim: 49593f3a94665fea149e78f87b7e1b70.verbatim END section END section END section diff --git a/tests/testfiles/unit/lunamark-markdown/blank-before-code-fence.test b/tests/testfiles/unit/lunamark-markdown/blank-before-code-fence.test index e06bbfd1f..29f3665e9 100644 --- a/tests/testfiles/unit/lunamark-markdown/blank-before-code-fence.test +++ b/tests/testfiles/unit/lunamark-markdown/blank-before-code-fence.test @@ -51,13 +51,13 @@ paragraphSeparator paragraphSeparator interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +- src: 37b51d194a7513e45b56f6524f2d51f2.verbatim - infostring: foo END fencedCode interblockSeparator interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +- src: 37b51d194a7513e45b56f6524f2d51f2.verbatim - infostring: foo END fencedCode END document diff --git a/tests/testfiles/unit/lunamark-markdown/cache-dir.test b/tests/testfiles/unit/lunamark-markdown/cache-dir.test index 0062f2fb1..452a2ff8e 100644 --- a/tests/testfiles/unit/lunamark-markdown/cache-dir.test +++ b/tests/testfiles/unit/lunamark-markdown/cache-dir.test @@ -1,4 +1,5 @@ \markdownSetup{cacheDir=some-other-directory} +\def\NORMALIZEPATH#1{#1} % Show full path in the output of `inputVerbatim`. <<< This test ensures that the Lua `cacheDir` option correctly propagates through the plain TeX interface and causes a change in the cache directory location. diff --git a/tests/testfiles/unit/lunamark-markdown/content-level-block.test b/tests/testfiles/unit/lunamark-markdown/content-level-block.test index c3116fc91..4e4167a0d 100644 --- a/tests/testfiles/unit/lunamark-markdown/content-level-block.test +++ b/tests/testfiles/unit/lunamark-markdown/content-level-block.test @@ -64,7 +64,7 @@ blockQuoteEnd ulItemEnd ulItem interblockSeparator -inputVerbatim: ./_markdown_test/14511f2f5564650d129ca7cabc333278.verbatim +inputVerbatim: 14511f2f5564650d129ca7cabc333278.verbatim ulItemEnd ulItem ulBeginTight diff --git a/tests/testfiles/unit/lunamark-markdown/fenced-code-attributes.test b/tests/testfiles/unit/lunamark-markdown/fenced-code-attributes.test index 1514c9fcb..136f9fca3 100644 --- a/tests/testfiles/unit/lunamark-markdown/fenced-code-attributes.test +++ b/tests/testfiles/unit/lunamark-markdown/fenced-code-attributes.test @@ -24,7 +24,7 @@ BEGIN attributeKeyValue - value: 100 END attributeKeyValue BEGIN fencedCode -- src: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +- src: 37b51d194a7513e45b56f6524f2d51f2.verbatim - infostring: foo END fencedCode END fencedCodeAttributeContext diff --git a/tests/testfiles/unit/lunamark-markdown/fenced-divs.test b/tests/testfiles/unit/lunamark-markdown/fenced-divs.test index b0271a52c..554b188b8 100644 --- a/tests/testfiles/unit/lunamark-markdown/fenced-divs.test +++ b/tests/testfiles/unit/lunamark-markdown/fenced-divs.test @@ -200,7 +200,7 @@ BEGIN fencedDivAttributeContext attributeClassName: some-classname interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/e441fcf4a7686817fe868bf38a5c2c07.verbatim +- src: e441fcf4a7686817fe868bf38a5c2c07.verbatim - infostring: END fencedCode END fencedDivAttributeContext @@ -240,7 +240,7 @@ rightBrace softLineBreak interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/e441fcf4a7686817fe868bf38a5c2c07.verbatim +- src: e441fcf4a7686817fe868bf38a5c2c07.verbatim - infostring: END fencedCode interblockSeparator diff --git a/tests/testfiles/unit/lunamark-markdown/no-blank-before-code-fence.test b/tests/testfiles/unit/lunamark-markdown/no-blank-before-code-fence.test index f060dc5cf..b44412308 100644 --- a/tests/testfiles/unit/lunamark-markdown/no-blank-before-code-fence.test +++ b/tests/testfiles/unit/lunamark-markdown/no-blank-before-code-fence.test @@ -34,25 +34,25 @@ paragraphSeparator paragraphSeparator interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +- src: 37b51d194a7513e45b56f6524f2d51f2.verbatim - infostring: foo END fencedCode interblockSeparator interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +- src: 37b51d194a7513e45b56f6524f2d51f2.verbatim - infostring: foo END fencedCode interblockSeparator interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +- src: 37b51d194a7513e45b56f6524f2d51f2.verbatim - infostring: foo END fencedCode interblockSeparator interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +- src: 37b51d194a7513e45b56f6524f2d51f2.verbatim - infostring: foo END fencedCode END document diff --git a/tests/testfiles/unit/lunamark-markdown/no-fenced-code-attributes.test b/tests/testfiles/unit/lunamark-markdown/no-fenced-code-attributes.test index 07a5bc2ed..1bc394c18 100644 --- a/tests/testfiles/unit/lunamark-markdown/no-fenced-code-attributes.test +++ b/tests/testfiles/unit/lunamark-markdown/no-fenced-code-attributes.test @@ -16,7 +16,7 @@ paragraphSeparator softLineBreak interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +- src: 37b51d194a7513e45b56f6524f2d51f2.verbatim - infostring: foo (leftBrace)#mycode .haskell .numberLines startFrom="100"(rightBrace) END fencedCode END document diff --git a/tests/testfiles/unit/lunamark-markdown/no-fenced-code.test b/tests/testfiles/unit/lunamark-markdown/no-fenced-code.test index 22f02ea91..f0b0d5360 100644 --- a/tests/testfiles/unit/lunamark-markdown/no-fenced-code.test +++ b/tests/testfiles/unit/lunamark-markdown/no-fenced-code.test @@ -15,12 +15,12 @@ codeSpan: fencedCode softLineBreak interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +- src: 37b51d194a7513e45b56f6524f2d51f2.verbatim - infostring: foo END fencedCode interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/37b51d194a7513e45b56f6524f2d51f2.verbatim +- src: 37b51d194a7513e45b56f6524f2d51f2.verbatim - infostring: foo END fencedCode END document diff --git a/tests/testfiles/unit/lunamark-markdown/no-fenced-divs.test b/tests/testfiles/unit/lunamark-markdown/no-fenced-divs.test index c1778b217..1618ee4b8 100644 --- a/tests/testfiles/unit/lunamark-markdown/no-fenced-divs.test +++ b/tests/testfiles/unit/lunamark-markdown/no-fenced-divs.test @@ -196,7 +196,7 @@ rightBrace softLineBreak interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/e441fcf4a7686817fe868bf38a5c2c07.verbatim +- src: e441fcf4a7686817fe868bf38a5c2c07.verbatim - infostring: END fencedCode interblockSeparator @@ -218,7 +218,7 @@ rightBrace softLineBreak interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/e441fcf4a7686817fe868bf38a5c2c07.verbatim +- src: e441fcf4a7686817fe868bf38a5c2c07.verbatim - infostring: END fencedCode interblockSeparator diff --git a/tests/testfiles/unit/lunamark-markdown/no-html.test b/tests/testfiles/unit/lunamark-markdown/no-html.test index a2a414019..3454816c6 100644 --- a/tests/testfiles/unit/lunamark-markdown/no-html.test +++ b/tests/testfiles/unit/lunamark-markdown/no-html.test @@ -32,9 +32,9 @@ Unrecognized character entities are ignored: &nonsense; BEGIN document codeSpan: html interblockSeparator -inputBlockHtmlElement: ./_markdown_test/34d8e769cc46adbf7aeb7c22322cce98.verbatim +inputBlockHtmlElement: 34d8e769cc46adbf7aeb7c22322cce98.verbatim interblockSeparator -inputBlockHtmlElement: ./_markdown_test/39d398563da05b15636873d96cc50e51.verbatim +inputBlockHtmlElement: 39d398563da05b15636873d96cc50e51.verbatim interblockSeparator interblockSeparator ulBeginTight diff --git a/tests/testfiles/unit/lunamark-markdown/no-raw-attribute.test b/tests/testfiles/unit/lunamark-markdown/no-raw-attribute.test index 1d6c7884b..a054baf66 100644 --- a/tests/testfiles/unit/lunamark-markdown/no-raw-attribute.test +++ b/tests/testfiles/unit/lunamark-markdown/no-raw-attribute.test @@ -24,7 +24,7 @@ codeSpan: rawAttribute paragraphSeparator interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/b43c6cb44864821760ccce3596fbc5e2.verbatim +- src: b43c6cb44864821760ccce3596fbc5e2.verbatim - infostring: (leftBrace)=openxml(rightBrace) END fencedCode interblockSeparator diff --git a/tests/testfiles/unit/lunamark-markdown/no-slice.test b/tests/testfiles/unit/lunamark-markdown/no-slice.test index 18b511bd9..536c3c57d 100644 --- a/tests/testfiles/unit/lunamark-markdown/no-slice.test +++ b/tests/testfiles/unit/lunamark-markdown/no-slice.test @@ -191,7 +191,7 @@ END contentBlock interblockSeparator interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/4b6b6e5629f4aa0fcfcb9164fca2efa3.verbatim +- src: 4b6b6e5629f4aa0fcfcb9164fca2efa3.verbatim - infostring: latex END fencedCode interblockSeparator @@ -278,7 +278,7 @@ dlItemEnd dlItem: (emphasis: Term 2) dlDefinitionBegin interblockSeparator -inputVerbatim: ./_markdown_test/990a3431517de9eac439b71b42999658.verbatim +inputVerbatim: 990a3431517de9eac439b71b42999658.verbatim interblockSeparator dlDefinitionEnd dlDefinitionBegin @@ -313,7 +313,7 @@ interblockSeparator blockQuoteEnd interblockSeparator note: Here is the note. -note: Here's one with multiple blocks.(paragraphSeparator)Subsequent paragraphs are indented to show that they(softLineBreak)belong to the previous note.(interblockSeparator)(inputVerbatim: ./_markdown_test/c92b3efa18315dd3d2ff8cccfb5a26a0.verbatim)(interblockSeparator)The whole paragraph can be indented, or just the first(softLineBreak)line. In this way, multi-paragraph notes work like(softLineBreak)multi-paragraph list items. +note: Here's one with multiple blocks.(paragraphSeparator)Subsequent paragraphs are indented to show that they(softLineBreak)belong to the previous note.(interblockSeparator)(inputVerbatim: c92b3efa18315dd3d2ff8cccfb5a26a0.verbatim)(interblockSeparator)The whole paragraph can be indented, or just the first(softLineBreak)line. In this way, multi-paragraph notes work like(softLineBreak)multi-paragraph list items. softLineBreak note: Inlines notes are easier to(softLineBreak)write, since you don't have to pick an identifier and(softLineBreak)move down to type the note. END section diff --git a/tests/testfiles/unit/lunamark-markdown/no-strip-indent.test b/tests/testfiles/unit/lunamark-markdown/no-strip-indent.test index cd90e2813..b1dbc0cc6 100644 --- a/tests/testfiles/unit/lunamark-markdown/no-strip-indent.test +++ b/tests/testfiles/unit/lunamark-markdown/no-strip-indent.test @@ -4,5 +4,5 @@ as a verbatim code block, not a paragraph of text. >>> BEGIN document -inputVerbatim: ./_markdown_test/246af0077a2035dc75c94878e91f43ba.verbatim +inputVerbatim: 246af0077a2035dc75c94878e91f43ba.verbatim END document diff --git a/tests/testfiles/unit/lunamark-markdown/raw-attribute.test b/tests/testfiles/unit/lunamark-markdown/raw-attribute.test index 7f8b5988f..83a53b710 100644 --- a/tests/testfiles/unit/lunamark-markdown/raw-attribute.test +++ b/tests/testfiles/unit/lunamark-markdown/raw-attribute.test @@ -26,13 +26,13 @@ softLineBreak paragraphSeparator interblockSeparator BEGIN rawBlock -- src: ./_markdown_test/b43c6cb44864821760ccce3596fbc5e2.verbatim +- src: b43c6cb44864821760ccce3596fbc5e2.verbatim - raw attribute: openxml END rawBlock interblockSeparator paragraphSeparator BEGIN rawInline -- src: ./_markdown_test/fd6a1b0756c054889635f876357a8ca1.verbatim +- src: fd6a1b0756c054889635f876357a8ca1.verbatim - raw attribute: html END rawInline END document diff --git a/tests/testfiles/unit/lunamark-markdown/slice-conclusion.test b/tests/testfiles/unit/lunamark-markdown/slice-conclusion.test index 70d412a13..a02aca1b3 100644 --- a/tests/testfiles/unit/lunamark-markdown/slice-conclusion.test +++ b/tests/testfiles/unit/lunamark-markdown/slice-conclusion.test @@ -155,7 +155,7 @@ interblockSeparator blockQuoteEnd interblockSeparator note: Here is the note. -note: Here's one with multiple blocks.(paragraphSeparator)Subsequent paragraphs are indented to show that they(softLineBreak)belong to the previous note.(interblockSeparator)(inputVerbatim: ./_markdown_test/c92b3efa18315dd3d2ff8cccfb5a26a0.verbatim)(interblockSeparator)The whole paragraph can be indented, or just the first(softLineBreak)line. In this way, multi-paragraph notes work like(softLineBreak)multi-paragraph list items. +note: Here's one with multiple blocks.(paragraphSeparator)Subsequent paragraphs are indented to show that they(softLineBreak)belong to the previous note.(interblockSeparator)(inputVerbatim: c92b3efa18315dd3d2ff8cccfb5a26a0.verbatim)(interblockSeparator)The whole paragraph can be indented, or just the first(softLineBreak)line. In this way, multi-paragraph notes work like(softLineBreak)multi-paragraph list items. softLineBreak note: Inlines notes are easier to(softLineBreak)write, since you don't have to pick an identifier and(softLineBreak)move down to type the note. END section diff --git a/tests/testfiles/unit/lunamark-markdown/slice-existing-section.test b/tests/testfiles/unit/lunamark-markdown/slice-existing-section.test index e8f2ef6f7..621d29445 100644 --- a/tests/testfiles/unit/lunamark-markdown/slice-existing-section.test +++ b/tests/testfiles/unit/lunamark-markdown/slice-existing-section.test @@ -187,7 +187,7 @@ END contentBlock interblockSeparator interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/4b6b6e5629f4aa0fcfcb9164fca2efa3.verbatim +- src: 4b6b6e5629f4aa0fcfcb9164fca2efa3.verbatim - infostring: latex END fencedCode END section diff --git a/tests/testfiles/unit/lunamark-markdown/slice-two-sections.test b/tests/testfiles/unit/lunamark-markdown/slice-two-sections.test index 1c4437fe3..a25e41ce5 100644 --- a/tests/testfiles/unit/lunamark-markdown/slice-two-sections.test +++ b/tests/testfiles/unit/lunamark-markdown/slice-two-sections.test @@ -187,7 +187,7 @@ END contentBlock interblockSeparator interblockSeparator BEGIN fencedCode -- src: ./_markdown_test/4b6b6e5629f4aa0fcfcb9164fca2efa3.verbatim +- src: 4b6b6e5629f4aa0fcfcb9164fca2efa3.verbatim - infostring: latex END fencedCode interblockSeparator @@ -274,7 +274,7 @@ dlItemEnd dlItem: (emphasis: Term 2) dlDefinitionBegin interblockSeparator -inputVerbatim: ./_markdown_test/990a3431517de9eac439b71b42999658.verbatim +inputVerbatim: 990a3431517de9eac439b71b42999658.verbatim interblockSeparator dlDefinitionEnd dlDefinitionBegin diff --git a/tests/testfiles/unit/lunamark/definition-lists.test b/tests/testfiles/unit/lunamark/definition-lists.test index e96042b80..9224f0b53 100644 --- a/tests/testfiles/unit/lunamark/definition-lists.test +++ b/tests/testfiles/unit/lunamark/definition-lists.test @@ -140,7 +140,7 @@ dlItemEnd dlItem: (emphasis: orange) dlDefinitionBegin interblockSeparator -inputVerbatim: ./_markdown_test/e23a4f1a615f1d171556f2678d4ea912.verbatim +inputVerbatim: e23a4f1a615f1d171556f2678d4ea912.verbatim interblockSeparator blockQuoteBegin blockQuoteEnd diff --git a/tests/testfiles/unit/lunamark/indented-code-in-list-item.test b/tests/testfiles/unit/lunamark/indented-code-in-list-item.test index 4ae623085..a15a37bfc 100644 --- a/tests/testfiles/unit/lunamark/indented-code-in-list-item.test +++ b/tests/testfiles/unit/lunamark/indented-code-in-list-item.test @@ -11,7 +11,7 @@ BEGIN document olBegin olItemWithNumber: 1 interblockSeparator -inputVerbatim: ./_markdown_test/c2b16b0c158a933ad44f3aa1a463d7df.verbatim +inputVerbatim: c2b16b0c158a933ad44f3aa1a463d7df.verbatim interblockSeparator olItemEnd olEnd diff --git a/tests/testfiles/unit/lunamark/notes.test b/tests/testfiles/unit/lunamark/notes.test index 530ca5dc7..063eee1d1 100644 --- a/tests/testfiles/unit/lunamark/notes.test +++ b/tests/testfiles/unit/lunamark/notes.test @@ -26,7 +26,7 @@ The following is not a note as label cannot contain brackets: [^a [a] a]. >>> BEGIN document note: Here is the note. It can go anywhere after the note(softLineBreak)reference. It need not be placed at the end of the document. -note: Here's the long note. This one contains multiple blocks.(paragraphSeparator)Subsequent blocks are indented to show that they belong to the(softLineBreak)note (as with list items).(interblockSeparator)(inputVerbatim: ./_markdown_test/d7e2fce05047ab761601314db74235b9.verbatim)(interblockSeparator)If you want, you can indent every line, but you can also be(softLineBreak)lazy and just indent the first line of each block. +note: Here's the long note. This one contains multiple blocks.(paragraphSeparator)Subsequent blocks are indented to show that they belong to the(softLineBreak)note (as with list items).(interblockSeparator)(inputVerbatim: d7e2fce05047ab761601314db74235b9.verbatim)(interblockSeparator)If you want, you can indent every line, but you can also be(softLineBreak)lazy and just indent the first line of each block. softLineBreak emphasis: not softLineBreak