Skip to content

Commit

Permalink
Merge pull request #87 from TeamSPoon/main
Browse files Browse the repository at this point in the history
Fix for Inconsistent Formatting of Test Case Headers in metta_testing.p #86
  • Loading branch information
TeamSPoon authored Aug 17, 2024
2 parents d1eace5 + f181bd5 commit f249ed6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions hyperon-wam.vpj
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@
</Folder>
</Folder>
</Folder>
<Folder Name="docs">
<F
N="docs/*.*"
Recurse="1"
Excludes=".git/;*.metta.html;*.bak;build/;.*/;*~*/"/>
</Folder>
<Folder Name="../hyperon-experimental">
<F
N="../hyperon-experimental/*.*"
Expand Down Expand Up @@ -169,6 +175,13 @@
Excludes=".git/;*.metta.html;*.bak;build/;.*/;*~*/"
L="1"/>
</Folder>
<Folder Name="wiki">
<F
N="wiki/*.*"
Recurse="1"
Excludes=".git/;*.metta.html;*.bak;build/;.*/;*~*/"
L="1"/>
</Folder>
<F
N="*.*"
Recurse="1"
Expand Down
2 changes: 1 addition & 1 deletion src/canary/metta_testing.pl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

print_current_test:-
loonit_number(Number),
get_test_name(Number,TestName),format(';<h3 id="~w">;; ~w</h3>~n',[TestName,TestName]).
get_test_name(Number,TestName),format('~N~n;<h3 id="~w">;; ~w</h3>~n',[TestName,TestName]).

% Increment loonit counters based on goal evaluation

Expand Down

0 comments on commit f249ed6

Please sign in to comment.