David Bolack
96d973528c
Updated and reworked to handle more definition*
...
Updated to allow multiple definition terms and definitions per term
<Term>::<definition>
<Term>::<definition1>::<definition2>
::<definition3>
```
**Example** ::
::V3 uses HTML *definition lists* to create "lists" with hanging indents.
::Three
I'm a term::Four
**<u>Hello</u>**::I\'m a different
::List
:
```
2023-12-20 22:57:37 -06:00
David Bolack
0624f8a0b9
Add basic tests for Dictionary lists.
2023-11-22 13:13:58 -06:00
G.Ambatte
1b2fc746d3
Remove script check from basic Markdown tests
2023-06-17 22:45:09 +12:00
G.Ambatte
69c242425b
Update test output
2023-06-03 14:20:45 +12:00
Trevor Buckner
b756a2f026
Fix missing eslint jest dependency
2023-04-11 22:05:32 -04:00
Gazook89
83fac6a10f
Mark failing tests with comments.
2023-04-04 21:13:41 -05:00
Gazook89
9e9bf8c6fa
Add injection tests
2023-04-04 16:32:59 -05:00
Gazook89
4cfe26b4a9
Add Block tests, structure with Describe()
2023-04-04 16:15:10 -05:00
Gazook89
69c283f00f
Set Inline unit tests grouped inside a describe
2023-04-03 21:00:59 -05:00
Gazook89
9f17f36a87
add trimReturns() method to strings to trim render output
2023-04-03 20:53:07 -05:00
Gazook89
b948106500
add dedent for Block tests
2023-04-03 20:51:05 -05:00
Gazook89
7000b911e7
change mustache test file name.
2023-04-03 20:46:21 -05:00
G.Ambatte
4484035d75
Add Markdown test
2023-02-21 07:51:18 +13:00
Alexey Sachkov
28793e06fc
Fix linter errors
2021-12-30 23:40:58 +03:00
Alexey Sachkov
01bceca7df
Add some tests for mustache span syntax
...
Also refactored test files a bit
2021-12-30 23:23:44 +03:00