This commit is contained in:
2025-08-08 16:00:37 +02:00
parent 682abdbda9
commit 9d87fc62f3
2 changed files with 4 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ fn test_parse_1() {
!!payment.add name:'TF Wallet2' person:despiegk
")
assert sha256.hexhash(a.str()) == 'e86eb063d8556c8501f63494a863fc78415112d6990ba6f1d0d5db16ff26e954'
assert sha256.hexhash(a.str()) == 'd7326866779f1cff28eeca684a3eebf7b7685b61b5421dcef2dfaa6780d0ce42'
}
fn test_hashkey() {
@@ -61,7 +61,7 @@ fn test_hashkey() {
console.print_debug(t)
assert t == 'a5e85c3a8e4c132bd40c88acc0dcc3d9a2af56c5'
assert t == '446865d94a2ef49bf5aa1a1fab8137f6e3a533d1'
}
fn test_filter() {

View File

@@ -9,6 +9,7 @@ import freeflowuniverse.herolib.osal.core as osal
import freeflowuniverse.herolib.ui.console
import freeflowuniverse.herolib.data.doctree
import freeflowuniverse.herolib.web.site as sitegen
import freeflowuniverse.herolib.core.texttools.regext
pub fn (mut site DocSite) generate() ! {
mut f := factory_get()!
@@ -171,7 +172,7 @@ pub fn (mut site DocSite) process_imports() ! {
mut gs := gittools.new()!
mut f:=factory_get()!
for item in site.siteconfig.imports {
for item in site.website.siteconfig.imports {
mypath := gs.get_path(
pull: false
reset: false