diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-08-09 09:44:34 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-08-09 09:44:34 -0300 |
commit | 360342696a7e29dbeb0d8b54228ba2c0ac3c162b (patch) | |
tree | 4110b7e2737954dbbe5c64ad7ddaed5eabaacb62 /test/snapshot/transformContent.js | |
parent | c4b40f4b7fa7ef5439845538af22cc9076e4cb9c (diff) | |
parent | f9247a3a21abd26ae22d769d2da7d4ce6e99461d (diff) |
Merge branch 'data-steps' of github.com:hsmusic/hsmusic-wiki into data-steps
Diffstat (limited to 'test/snapshot/transformContent.js')
-rw-r--r-- | test/snapshot/transformContent.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/snapshot/transformContent.js b/test/snapshot/transformContent.js index f55ca4fa..bf09a751 100644 --- a/test/snapshot/transformContent.js +++ b/test/snapshot/transformContent.js @@ -57,4 +57,12 @@ testContentFunctions(t, 'transformContent (snapshot)', async (t, evaluate) => { quickSnapshot( 'non-inline image #3', `<img src="spark.png">\nBaller.`); + + quickSnapshot( + 'dates', + `[[date:2023-04-13]] Yep!\nVery nice: [[date:25 October 2413]]`); + + quickSnapshot( + 'super basic string', + `Neat listing: [[string:listingPage.listAlbums.byDate.title]]`); }); |