[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive-org-transclusion 84d3c64ac8 10/38: Tests: Add m
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive-org-transclusion 84d3c64ac8 10/38: Tests: Add manual tests for hyperdrive-org-transclusion |
Date: |
Mon, 23 Sep 2024 04:01:31 -0400 (EDT) |
branch: elpa/hyperdrive-org-transclusion
commit 84d3c64ac808f04fca0706666414b0ef80564f47
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Tests: Add manual tests for hyperdrive-org-transclusion
---
tests/hyperdrive-org-transclusion.org | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/tests/hyperdrive-org-transclusion.org
b/tests/hyperdrive-org-transclusion.org
new file mode 100644
index 0000000000..5ff94c4a1c
--- /dev/null
+++ b/tests/hyperdrive-org-transclusion.org
@@ -0,0 +1,17 @@
+# id="care" points to <h2>: Transclude <h2> and content after <h2> also.
+#+transclude:
[[hyper://aaj45d88g4eenu76rpmwzjiabsof1w8u6fufq6oogyhjk1ubygxy/needs-list.html#care]]
+
+# Org file with heading CUSTOM_ID: "care": Transclude only that heading.
+#+transclude:
[[hyper://aaj45d88g4eenu76rpmwzjiabsof1w8u6fufq6oogyhjk1ubygxy/needs-list.org#%3A%3A%23care]]
+
+# Nonexistent target in Org file: Transclude entire file.
+#+transclude:
[[hyper://aaj45d88g4eenu76rpmwzjiabsof1w8u6fufq6oogyhjk1ubygxy/needs-list.org#nonexistent-target]]
+
+# Nonexistent target in HTML file: Transclude entire file as Org.
+#+transclude:
[[hyper://aaj45d88g4eenu76rpmwzjiabsof1w8u6fufq6oogyhjk1ubygxy/needs-list.html#nonexistent-target]]
+
+# Directory: Signal error
+#+transclude: [[hyper://aaj45d88g4eenu76rpmwzjiabsof1w8u6fufq6oogyhjk1ubygxy/]]
+
+# File not found: Signal error
+#+transclude:
[[hyper://aaj45d88g4eenu76rpmwzjiabsof1w8u6fufq6oogyhjk1ubygxy/nonexistent-file]]
- [nongnu] branch elpa/hyperdrive-org-transclusion created (now 0e08efcdd4), ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 3f88623bb4 05/38: Change: (h/org-transclusion-add-callback) Don't transclude directories, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 617ffa25d5 07/38: Change: Refactor org-transclusion, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 3d94172c9f 04/38: Change: (h/org-transclusion-add) Make message more specific, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 78281a1d44 06/38: Change: (--add-file) Rename and use renamed org-transclusion-add-payload, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 84d3c64ac8 10/38: Tests: Add manual tests for hyperdrive-org-transclusion,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive-org-transclusion 2690748ab8 14/38: Change: (hyperdrive-org-transclusion) Don't use shorthands, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion bddb313a72 18/38: Meta: Fix changelog, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 29ebbc20fd 21/38: Change: Remove with-eval-after-load wrapper, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 2d51574daf 30/38: Fix: (hyperdrive-org-transclusion-add-file) Handle non-Org, non-HTML, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion d83df2f979 01/38: Initial commit, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion c071da26b8 11/38: Docs: (hyperdrive-org-transclusion) Update Comment, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 4895b1173a 15/38: Tidy: (h/org-transclusion) Add declare-function for compiler, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 82afb0d912 16/38: Tidy: Declare a few functions in hyperdrive-org-transclusion.el, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion f8d8a7b85b 25/38: Docs: Update README to point to the subsection on org-transclusion, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 6e1af4b983 02/38: Tidy: Summary, ELPA Syncer, 2024/09/23