« get me outta code hell

Merge branch 'data-steps' of github.com:hsmusic/hsmusic-wiki into data-steps - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/snapshot/transformContent.js
diff options
context:
space:
mode:
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
commit360342696a7e29dbeb0d8b54228ba2c0ac3c162b (patch)
tree4110b7e2737954dbbe5c64ad7ddaed5eabaacb62 /test/snapshot/transformContent.js
parentc4b40f4b7fa7ef5439845538af22cc9076e4cb9c (diff)
parentf9247a3a21abd26ae22d769d2da7d4ce6e99461d (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.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/snapshot/transformContent.js b/test/snapshot/transformContent.js
index f55ca4f..bf09a75 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]]`);
 });