ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix some broken tests

References: https://todo.sr.ht/~jonsterling/forester/164

+4 -4
+2 -2
lib/compiler/test/Test_compiler.ml
··· 80 80 Done 81 81 ] 82 82 history; 83 - let uri = (URI.of_string_exn "http://localhost/t8/") in 83 + let uri = (URI.of_string_exn "http://forest.local/t8/") in 84 84 let path = 85 85 match forest.@{uri} with 86 86 | Some (Article {frontmatter = {source_path; _}; _}) -> ··· 136 136 let@ () = Reporter.easy_run in 137 137 let forest = Driver.batch_run ~env ~config ~dev: false in 138 138 let path = 139 - match forest.@{URI.of_string_exn "http://localhost/t8/"} with 139 + match forest.@{URI.of_string_exn "http://forest.local/t8/"} with 140 140 | Some (Article {frontmatter = {source_path; _}; _}) -> source_path 141 141 | Some _ -> 142 142 Alcotest.fail "not an article"
+1 -1
lib/compiler/test/Test_expansion.ml
··· 74 74 "" 75 75 ( 76 76 Ok 77 - {|<omitted content>\title {Hello}\taxon {Example}|} 77 + {|<omitted content: Hello>|} 78 78 ) 79 79 evaluated 80 80
+1 -1
lib/frontend/test/Test_config.ml
··· 25 25 {| 26 26 [forest] 27 27 trees = ["trees"] 28 - foreign = ["foreign/forest.json"] 28 + foreign = [{path = "foreign/forest.json"}] 29 29 url = "https://www.forester-notes.org/" 30 30 home = "index" 31 31 |}