Skip to content

Commit

Permalink
Update tests now that TEST is a keyword
Browse files Browse the repository at this point in the history
check(2, "LLLBases") wasn't previously being registered since TEST and
the test string were on different lines.  Now it's picked up, but it
raises an error (unknown key: Engine), so we skip it
  • Loading branch information
d-torrance committed Aug 31, 2024
1 parent 234900b commit 38d0be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions M2/Macaulay2/packages/LLLBases.m2
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@ TEST ///
TEST
/// -- DON'T TEST YET??
-- no-check-flag (encountered an unknown key or option: Engine)
testLLL = (m) -> (
-- Test 1:
remove(m.cache,symbol LLL);
Expand Down
2 changes: 1 addition & 1 deletion M2/Macaulay2/tests/normal/names.m2
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ assert( (toString SyzygyRows) === "SyzygyRows" )
assert( (toString T) === "T" )
assert( (toString TABLE) === "TABLE" )
assert( (toString TD) === "TD" )
assert( (toString TEST) === "TEST" )
assert( (toString symbol TEST) === "TEST" )
assert( (toString TEX) === "TEX" )
assert( (toString TITLE) === "TITLE" )
assert( (toString TO) === "TO" )
Expand Down

0 comments on commit 38d0be4

Please sign in to comment.