Skip to content

Commit

Permalink
Make it work even when the UNIT_TESTING is accidentally turned on
Browse files Browse the repository at this point in the history
  • Loading branch information
hansonchar committed Jun 18, 2024
1 parent 07ceb3b commit 4289071
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/generic/pgf/lib/examplewithoptionfinder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,5 @@ assert(
]]
)
)

return finder
2 changes: 2 additions & 0 deletions doc/generic/pgf/lib/stringmatcher.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ for _, s in ipairs(test_strings) do
print("No match: " .. s)
end
end

return matcher

0 comments on commit 4289071

Please sign in to comment.