You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/09/23 21:29:55 UTC

[sling-site] branch master updated: Update Repoinit parser test scenarios

This is an automated email from the ASF dual-hosted git repository.

enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f46a2af9c Update Repoinit parser test scenarios
f46a2af9c is described below

commit f46a2af9c3fc1a02e085109c869b799a34da9e71
Author: Eric Norman <en...@apache.org>
AuthorDate: Fri Sep 23 14:29:44 2022 -0700

    Update Repoinit parser test scenarios
---
 .../content/documentation/bundles/repository-initialization.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/main/jbake/content/documentation/bundles/repository-initialization.md b/src/main/jbake/content/documentation/bundles/repository-initialization.md
index ac0d5faf2..c4c1ad6f8 100644
--- a/src/main/jbake/content/documentation/bundles/repository-initialization.md
+++ b/src/main/jbake/content/documentation/bundles/repository-initialization.md
@@ -737,4 +737,14 @@ repoinit parser repository.
     create group "Group
     Newline"
     
+    # test-72.txt
+    
+    add mixin mix:one to /thePath1
+    add mixin mix:one,mix:two to /thePath1,/thePath2
+    add mixin mix:three, mix:four to /thePath3, /thePath4
+    
+    remove mixin mix:one from /thePath1
+    remove mixin mix:one,mix:two from /thePath1,/thePath2
+    remove mixin mix:three, mix:four from /thePath3, /thePath4
+