0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-08 20:48:39 +00:00
Commit Graph

103 Commits

Author SHA1 Message Date
Trevor Buckner eac87b65d8 Update tests and custom link renderer
v15 changes where html gets escaped and escapes plain text more consistently. Needed to update tests to match.
2025-03-26 19:26:20 -04:00
Víctor Losada Hernández e3a7e1f403 Merge branch 'master' into issue_3659 2025-03-22 16:39:49 +01:00
Víctor Losada Hernández f076e05f49 js files 2025-03-18 19:46:11 +01:00
G.Ambatte b2903137eb Fix hard-breaks tests 2025-03-18 11:08:15 +13:00
G.Ambatte 7329c69cfd Update tests 2025-03-18 11:02:09 +13:00
David Bolack 86ff2ab96b Add tests for regression 2025-03-14 19:51:35 -05:00
Trevor Buckner 0ba943ceb0 Update Test Cases 2025-02-19 16:15:31 -05:00
Trevor Buckner 8e99d47869 Parse mustache "style" properties into object instead of string 2025-01-23 00:54:07 -05:00
Víctor Losada Hernández f7b36a9b05 Merge branch 'master' into justifiedParagraphs 2025-01-17 19:04:48 +01:00
David Bolack 5dbb5499c6 fix test 2025-01-17 10:02:32 -06:00
David Bolack d4f6c329b8 Add a test! 2025-01-15 17:36:18 -06:00
David Bolack f71850d8b1 Merge branch 'master' into justifiedParagraphs 2024-12-20 14:55:30 -06:00
Trevor Buckner aae5367ad2 Add test case for single-line definition list 2024-12-20 11:01:55 -05:00
Trevor Buckner ed8c4d0eef Add tests to circleCi 2024-12-19 23:14:32 -05:00
Trevor Buckner 6e9d293bbe Rename tests to "Non-breaking Spaces"
Hard Breaks name was leftover from copying the `::::` test file.
2024-12-19 23:09:43 -05:00
David Bolack 6301a66fd3 Add additional tests 2024-12-19 17:44:48 -06:00
David Bolack 912f9f0cf6 Remove extraneous linefeeds in horizontalbreaks 2024-12-17 21:40:56 -06:00
David Bolack c63b6ffaf0 Add test for a pair of inline horizontal breaks 2024-12-17 21:38:32 -06:00
David Bolack 7c69d2a74d Update tests to match 2024-12-10 23:37:48 -06:00
David Bolack 596c4ad68d Add Tests 2024-12-04 21:24:48 -06:00
David Bolack 440ad516df Add justification token testing 2024-11-22 20:39:31 -06:00
Trevor Buckner fb9148ada5 Site runs and all tests pass 2024-11-20 16:21:35 -05:00
G.Ambatte b24c9daa08 Update HTML test 2024-10-29 18:15:46 +13:00
G.Ambatte e550ab4046 Remove eslint override from HTML tests 2024-10-29 17:40:55 +13:00
G.Ambatte a265723c57 Merge branch 'master' into fixLinks-#3547 2024-10-29 16:32:23 +13:00
Trevor Buckner fc294807fd Merge branch 'master' into imageWrappin 2024-08-22 22:10:11 -04:00
Trevor Buckner e0b69dce14 add more test cases
Test a large number of breaks, and interaction with paragraphs
2024-08-22 21:49:40 -04:00
Trevor Buckner e6c5e6451c Add more tests for edge conflicts with definition lists 2024-08-22 21:46:42 -04:00
Trevor Buckner d8f0618691 Fix variables tests for same reason 2024-08-22 13:20:07 -04:00
Trevor Buckner 955b34b637 Fix tests to account for --HB_src variable presence 2024-08-22 13:12:40 -04:00
David Bolack e957f40775 Revert previous simplification as it breaks the original purpose of this PR
Added test for inside a code block.
2024-08-20 12:17:51 -05:00
David Bolack 3985afade9 Remove need for Definition exceptios
Retool original `:` break to insert `\n\n`s between each `:` so that
the definition lists never have a chance for a mismatch.

Rename token to "hardbreak"
Add tests for hardBreaks for `:`, `::`, and `:::` which should verify it works and does not collide with definitionlists.
2024-08-20 11:46:43 -05:00
G.Ambatte 5fede97fa5 Merge branch 'master' into fixLinks-#3547 2024-08-16 21:46:37 +12:00
Trevor Buckner 5894dc5a7a Merge branch 'master' into fixVarNameAsParam-#3622 2024-08-11 21:59:58 -04:00
G.Ambatte 5c4187cd06 Add variable names as function parameter tests 2024-08-10 08:24:16 +12:00
G.Ambatte 3eb0c7acfe Add variable name checks 2024-08-09 17:42:15 +12:00
G.Ambatte b55db94822 Merge branch 'master' into fixLinks-#3547 2024-07-17 15:07:47 +12:00
Trevor Buckner 5433cda52f Add test case 2024-07-06 17:05:23 -04:00
G.Ambatte e83e6567af Add tests via JSDOM-global 2024-07-04 10:02:45 +12:00
Trevor Buckner 2d570924d1 Add tests 2024-07-01 12:21:36 -04:00
Trevor Buckner 3b1f4a0d13 Add Tests for emoji markdown 2024-05-08 09:51:29 -04:00
Trevor Buckner a5f9ab7897 Merge branch 'master' into cleanUpMustacheTests 2024-05-03 21:32:40 -04:00
Trevor Buckner 2418e42655 Align input texts for mustache tests 2024-05-03 17:10:12 -04:00
Trevor Buckner dce86580ce Added additional tests for injection 2024-05-03 17:02:12 -04:00
Trevor Buckner 193cde0925 Passes all tests 2024-05-03 14:31:34 -04:00
Trevor Buckner 1a33e6e631 Passing almost all tests 2024-05-03 12:48:19 -04:00
Trevor Buckner bb8ade435d Now passing many previously failing tests 2024-05-03 12:40:03 -04:00
Trevor Buckner 94905f8151 Back to passing all tests (not the "failing" tests yet) 2024-05-03 12:12:55 -04:00
G.Ambatte 40fc422ab5 Check inline DL has priority over multiline DL 2024-03-20 13:31:10 +13:00
Trevor Buckner bd324a7e74 Fix crash for DL, disallow block tokens as DT, add test 2024-03-19 13:14:58 -04:00