From 78355187dec66e4aa897187cd0e9373c07889d6d Mon Sep 17 00:00:00 2001 From: Grzegorz Godlewski Date: Thu, 5 Oct 2023 21:28:18 +0200 Subject: [PATCH] Cleanup test dir --- test/{md => odt_md}/MarkDownTransform.test.ts | 6 ++++++ test/{md => odt_md}/block-macro.md | 0 test/{md => odt_md}/block-macro.md.json | 0 test/{md => odt_md}/block-macro.odt | Bin test/{md => odt_md}/bullets.md | 0 test/{md => odt_md}/bullets.md.json | 0 test/{md => odt_md}/bullets.odt | Bin test/odt_md/code-links.md | 3 +++ test/odt_md/code-links.odt | Bin 0 -> 9886 bytes test/{md => odt_md}/confluence.md | 0 test/{md => odt_md}/confluence.md.json | 0 test/{md => odt_md}/confluence.odt | Bin test/{md => odt_md}/curly-braces.md | 0 test/{md => odt_md}/curly-braces.md.json | 0 test/{md => odt_md}/curly-braces.odt | Bin .../diagrams/embedded-diagram-example.xml | 0 test/{md => odt_md}/diagrams/index.xml | 0 test/{md => odt_md}/embedded-diagram-example.md | 0 test/{md => odt_md}/embedded-diagram-example.odt | Bin test/{md => odt_md}/example-document.md | 0 test/{md => odt_md}/example-document.md.json | 0 test/{md => odt_md}/example-document.odt | Bin test/{md => odt_md}/intro-to-the-system.md | 0 test/{md => odt_md}/intro-to-the-system.md.json | 0 test/{md => odt_md}/intro-to-the-system.odt | Bin test/{md => odt_md}/line-breaks.md | 0 test/{md => odt_md}/line-breaks.odt | Bin test/{md => odt_md}/list-indent.md | 8 ++++---- test/{md => odt_md}/list-indent.odt | Bin test/{md => odt_md}/list-test.md | 0 test/{md => odt_md}/list-test.odt | Bin test/{md => odt_md}/pre-mie.md | 0 test/{md => odt_md}/pre-mie.odt | Bin test/{md => odt_md}/project-overview.md | 0 test/{md => odt_md}/project-overview.md.json | 0 test/{md => odt_md}/project-overview.odt | Bin test/{md => odt_md}/quotes.md | 0 test/{md => odt_md}/quotes.md.json | 0 test/{md => odt_md}/quotes.odt | Bin test/{md => odt_md}/raw-html.md | 0 test/{md => odt_md}/raw-html.md.json | 0 test/{md => odt_md}/raw-html.odt | Bin test/{md => odt_md}/strong-headers.md | 0 test/{md => odt_md}/strong-headers.odt | Bin test/{md => odt_md}/suggest.md | 0 test/{md => odt_md}/suggest.odt | Bin test/{md => odt_md}/td-bullets.md | 0 test/{md => odt_md}/td-bullets.odt | Bin 48 files changed, 13 insertions(+), 4 deletions(-) rename test/{md => odt_md}/MarkDownTransform.test.ts (95%) rename test/{md => odt_md}/block-macro.md (100%) rename test/{md => odt_md}/block-macro.md.json (100%) rename test/{md => odt_md}/block-macro.odt (100%) rename test/{md => odt_md}/bullets.md (100%) rename test/{md => odt_md}/bullets.md.json (100%) rename test/{md => odt_md}/bullets.odt (100%) create mode 100644 test/odt_md/code-links.md create mode 100644 test/odt_md/code-links.odt rename test/{md => odt_md}/confluence.md (100%) rename test/{md => odt_md}/confluence.md.json (100%) rename test/{md => odt_md}/confluence.odt (100%) rename test/{md => odt_md}/curly-braces.md (100%) rename test/{md => odt_md}/curly-braces.md.json (100%) rename test/{md => odt_md}/curly-braces.odt (100%) rename test/{md => odt_md}/diagrams/embedded-diagram-example.xml (100%) rename test/{md => odt_md}/diagrams/index.xml (100%) rename test/{md => odt_md}/embedded-diagram-example.md (100%) rename test/{md => odt_md}/embedded-diagram-example.odt (100%) rename test/{md => odt_md}/example-document.md (100%) rename test/{md => odt_md}/example-document.md.json (100%) rename test/{md => odt_md}/example-document.odt (100%) rename test/{md => odt_md}/intro-to-the-system.md (100%) rename test/{md => odt_md}/intro-to-the-system.md.json (100%) rename test/{md => odt_md}/intro-to-the-system.odt (100%) rename test/{md => odt_md}/line-breaks.md (100%) rename test/{md => odt_md}/line-breaks.odt (100%) rename test/{md => odt_md}/list-indent.md (98%) rename test/{md => odt_md}/list-indent.odt (100%) rename test/{md => odt_md}/list-test.md (100%) rename test/{md => odt_md}/list-test.odt (100%) rename test/{md => odt_md}/pre-mie.md (100%) rename test/{md => odt_md}/pre-mie.odt (100%) rename test/{md => odt_md}/project-overview.md (100%) rename test/{md => odt_md}/project-overview.md.json (100%) rename test/{md => odt_md}/project-overview.odt (100%) rename test/{md => odt_md}/quotes.md (100%) rename test/{md => odt_md}/quotes.md.json (100%) rename test/{md => odt_md}/quotes.odt (100%) rename test/{md => odt_md}/raw-html.md (100%) rename test/{md => odt_md}/raw-html.md.json (100%) rename test/{md => odt_md}/raw-html.odt (100%) rename test/{md => odt_md}/strong-headers.md (100%) rename test/{md => odt_md}/strong-headers.odt (100%) rename test/{md => odt_md}/suggest.md (100%) rename test/{md => odt_md}/suggest.odt (100%) rename test/{md => odt_md}/td-bullets.md (100%) rename test/{md => odt_md}/td-bullets.odt (100%) diff --git a/test/md/MarkDownTransform.test.ts b/test/odt_md/MarkDownTransform.test.ts similarity index 95% rename from test/md/MarkDownTransform.test.ts rename to test/odt_md/MarkDownTransform.test.ts index 6cd25cd7..fe01b363 100644 --- a/test/md/MarkDownTransform.test.ts +++ b/test/odt_md/MarkDownTransform.test.ts @@ -119,6 +119,12 @@ describe('MarkDownTransformTest', () => { assert.ok(compareTexts(testMarkdown, markdown, false)); }); + it('test ./code-links', async () => { + const testMarkdown = fs.readFileSync(__dirname + '/code-links.md').toString(); + const markdown = await transformOdt('code-links'); + assert.ok(compareTexts(testMarkdown, markdown, false)); + }); + }); async function transformOdt(id: string) { diff --git a/test/md/block-macro.md b/test/odt_md/block-macro.md similarity index 100% rename from test/md/block-macro.md rename to test/odt_md/block-macro.md diff --git a/test/md/block-macro.md.json b/test/odt_md/block-macro.md.json similarity index 100% rename from test/md/block-macro.md.json rename to test/odt_md/block-macro.md.json diff --git a/test/md/block-macro.odt b/test/odt_md/block-macro.odt similarity index 100% rename from test/md/block-macro.odt rename to test/odt_md/block-macro.odt diff --git a/test/md/bullets.md b/test/odt_md/bullets.md similarity index 100% rename from test/md/bullets.md rename to test/odt_md/bullets.md diff --git a/test/md/bullets.md.json b/test/odt_md/bullets.md.json similarity index 100% rename from test/md/bullets.md.json rename to test/odt_md/bullets.md.json diff --git a/test/md/bullets.odt b/test/odt_md/bullets.odt similarity index 100% rename from test/md/bullets.odt rename to test/odt_md/bullets.odt diff --git a/test/odt_md/code-links.md b/test/odt_md/code-links.md new file mode 100644 index 00000000..f96787b9 --- /dev/null +++ b/test/odt_md/code-links.md @@ -0,0 +1,3 @@ +Inline markdown test +[![Develop Server Deploy](https://github.com/mieweb/wikiGDrive/actions/workflows/DevelopServerDeploy.yml/badge.svg?branch=develop&event=push)](https://github.com/mieweb/wikiGDrive/actions/workflows/DevelopServerDeploy.yml) [![Prod Server Deploy](https://github.com/mieweb/wikiGDrive/actions/workflows/ProdServerDeploy.yml/badge.svg?branch=master&event=push)](https://github.com/mieweb/wikiGDrive/actions/workflows/ProdServerDeploy.yml) +End diff --git a/test/odt_md/code-links.odt b/test/odt_md/code-links.odt new file mode 100644 index 0000000000000000000000000000000000000000..ead862c7255616397470588735432ae3bcb9f5fb GIT binary patch literal 9886 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 literal 0 HcmV?d00001 diff --git a/test/md/confluence.md b/test/odt_md/confluence.md similarity index 100% rename from test/md/confluence.md rename to test/odt_md/confluence.md diff --git a/test/md/confluence.md.json b/test/odt_md/confluence.md.json similarity index 100% rename from test/md/confluence.md.json rename to test/odt_md/confluence.md.json diff --git a/test/md/confluence.odt b/test/odt_md/confluence.odt similarity index 100% rename from test/md/confluence.odt rename to test/odt_md/confluence.odt diff --git a/test/md/curly-braces.md b/test/odt_md/curly-braces.md similarity index 100% rename from test/md/curly-braces.md rename to test/odt_md/curly-braces.md diff --git a/test/md/curly-braces.md.json b/test/odt_md/curly-braces.md.json similarity index 100% rename from test/md/curly-braces.md.json rename to test/odt_md/curly-braces.md.json diff --git a/test/md/curly-braces.odt b/test/odt_md/curly-braces.odt similarity index 100% rename from test/md/curly-braces.odt rename to test/odt_md/curly-braces.odt diff --git a/test/md/diagrams/embedded-diagram-example.xml b/test/odt_md/diagrams/embedded-diagram-example.xml similarity index 100% rename from test/md/diagrams/embedded-diagram-example.xml rename to test/odt_md/diagrams/embedded-diagram-example.xml diff --git a/test/md/diagrams/index.xml b/test/odt_md/diagrams/index.xml similarity index 100% rename from test/md/diagrams/index.xml rename to test/odt_md/diagrams/index.xml diff --git a/test/md/embedded-diagram-example.md b/test/odt_md/embedded-diagram-example.md similarity index 100% rename from test/md/embedded-diagram-example.md rename to test/odt_md/embedded-diagram-example.md diff --git a/test/md/embedded-diagram-example.odt b/test/odt_md/embedded-diagram-example.odt similarity index 100% rename from test/md/embedded-diagram-example.odt rename to test/odt_md/embedded-diagram-example.odt diff --git a/test/md/example-document.md b/test/odt_md/example-document.md similarity index 100% rename from test/md/example-document.md rename to test/odt_md/example-document.md diff --git a/test/md/example-document.md.json b/test/odt_md/example-document.md.json similarity index 100% rename from test/md/example-document.md.json rename to test/odt_md/example-document.md.json diff --git a/test/md/example-document.odt b/test/odt_md/example-document.odt similarity index 100% rename from test/md/example-document.odt rename to test/odt_md/example-document.odt diff --git a/test/md/intro-to-the-system.md b/test/odt_md/intro-to-the-system.md similarity index 100% rename from test/md/intro-to-the-system.md rename to test/odt_md/intro-to-the-system.md diff --git a/test/md/intro-to-the-system.md.json b/test/odt_md/intro-to-the-system.md.json similarity index 100% rename from test/md/intro-to-the-system.md.json rename to test/odt_md/intro-to-the-system.md.json diff --git a/test/md/intro-to-the-system.odt b/test/odt_md/intro-to-the-system.odt similarity index 100% rename from test/md/intro-to-the-system.odt rename to test/odt_md/intro-to-the-system.odt diff --git a/test/md/line-breaks.md b/test/odt_md/line-breaks.md similarity index 100% rename from test/md/line-breaks.md rename to test/odt_md/line-breaks.md diff --git a/test/md/line-breaks.odt b/test/odt_md/line-breaks.odt similarity index 100% rename from test/md/line-breaks.odt rename to test/odt_md/line-breaks.odt diff --git a/test/md/list-indent.md b/test/odt_md/list-indent.md similarity index 98% rename from test/md/list-indent.md rename to test/odt_md/list-indent.md index cce0153c..0c029d57 100644 --- a/test/md/list-indent.md +++ b/test/odt_md/list-indent.md @@ -1,7 +1,7 @@ 1. If not already there, navigate to the Health Surveillance menu of the Control Panel. 2. Using the information acquired in the Health Surveillance Matrix, begin entering the appropriate actions to each of the respective panels, as needed, clicking Add Panel. Otherwise, click Edit on an existing panel action to make any necessary changes. - -![](10000201000004BE0000011D30E30AE192655040.png) + +![](10000201000004BE0000011D30E30AE192655040.png) 3. When adding action items to panels, the [Representative Event panel action](#tyjcwt) is usually added to the panel first. Fill out all of the necessary fields according to the information acquired in the Health Surveillance matrix, and click Submit to save the panel action to the panel. @@ -21,8 +21,8 @@ 7. Trigger Date: On what date should the panel action trigger? Use the drop-down to select one of the following Trigger Dates: 1. Date of Birth: Triggers the panel action on the panel member's date of birth, on a schedule determined by the starting age and frequency. Assumes the panel member's DOB has been captured in the chart demographics. 2. Other Action (Triggered): The Other Action (Triggered) trigger date allows users to trigger a panel action at the same time as another action item, indicated in this panel action. For example, an action to trigger an Audiogram may be for Entry, Routine, or Exit actions; if checked, other actions may use this panel action as a trigger. This option must be selected for the action to display in the Related Action list. The Related Action list displays when then Trigger Date is set to Other Action (Triggered) or Prior Action (Completed). Additionally, action items can be configured to trigger with the Representative Events, as needed, if that programming is utilized. This allows all action items to trigger together for a panel. Triggers with all the same date are usually tied to representative event. - - ![](100002010000033B00000036339CF669B6C2B512.png) + + ![](100002010000033B00000036339CF669B6C2B512.png) 3. Point in Time: The Point in Time trigger date allows users to trigger an action item on the same day and month, each year (must be MM/DD format). 4. Panel Expiration: Triggers on the expiration date specified in the panel status. Most panels will be configured with a representative event as the diff --git a/test/md/list-indent.odt b/test/odt_md/list-indent.odt similarity index 100% rename from test/md/list-indent.odt rename to test/odt_md/list-indent.odt diff --git a/test/md/list-test.md b/test/odt_md/list-test.md similarity index 100% rename from test/md/list-test.md rename to test/odt_md/list-test.md diff --git a/test/md/list-test.odt b/test/odt_md/list-test.odt similarity index 100% rename from test/md/list-test.odt rename to test/odt_md/list-test.odt diff --git a/test/md/pre-mie.md b/test/odt_md/pre-mie.md similarity index 100% rename from test/md/pre-mie.md rename to test/odt_md/pre-mie.md diff --git a/test/md/pre-mie.odt b/test/odt_md/pre-mie.odt similarity index 100% rename from test/md/pre-mie.odt rename to test/odt_md/pre-mie.odt diff --git a/test/md/project-overview.md b/test/odt_md/project-overview.md similarity index 100% rename from test/md/project-overview.md rename to test/odt_md/project-overview.md diff --git a/test/md/project-overview.md.json b/test/odt_md/project-overview.md.json similarity index 100% rename from test/md/project-overview.md.json rename to test/odt_md/project-overview.md.json diff --git a/test/md/project-overview.odt b/test/odt_md/project-overview.odt similarity index 100% rename from test/md/project-overview.odt rename to test/odt_md/project-overview.odt diff --git a/test/md/quotes.md b/test/odt_md/quotes.md similarity index 100% rename from test/md/quotes.md rename to test/odt_md/quotes.md diff --git a/test/md/quotes.md.json b/test/odt_md/quotes.md.json similarity index 100% rename from test/md/quotes.md.json rename to test/odt_md/quotes.md.json diff --git a/test/md/quotes.odt b/test/odt_md/quotes.odt similarity index 100% rename from test/md/quotes.odt rename to test/odt_md/quotes.odt diff --git a/test/md/raw-html.md b/test/odt_md/raw-html.md similarity index 100% rename from test/md/raw-html.md rename to test/odt_md/raw-html.md diff --git a/test/md/raw-html.md.json b/test/odt_md/raw-html.md.json similarity index 100% rename from test/md/raw-html.md.json rename to test/odt_md/raw-html.md.json diff --git a/test/md/raw-html.odt b/test/odt_md/raw-html.odt similarity index 100% rename from test/md/raw-html.odt rename to test/odt_md/raw-html.odt diff --git a/test/md/strong-headers.md b/test/odt_md/strong-headers.md similarity index 100% rename from test/md/strong-headers.md rename to test/odt_md/strong-headers.md diff --git a/test/md/strong-headers.odt b/test/odt_md/strong-headers.odt similarity index 100% rename from test/md/strong-headers.odt rename to test/odt_md/strong-headers.odt diff --git a/test/md/suggest.md b/test/odt_md/suggest.md similarity index 100% rename from test/md/suggest.md rename to test/odt_md/suggest.md diff --git a/test/md/suggest.odt b/test/odt_md/suggest.odt similarity index 100% rename from test/md/suggest.odt rename to test/odt_md/suggest.odt diff --git a/test/md/td-bullets.md b/test/odt_md/td-bullets.md similarity index 100% rename from test/md/td-bullets.md rename to test/odt_md/td-bullets.md diff --git a/test/md/td-bullets.odt b/test/odt_md/td-bullets.odt similarity index 100% rename from test/md/td-bullets.odt rename to test/odt_md/td-bullets.odt