diff --git a/doc/Attic/examples.html b/doc/Attic/examples.html index 737b11ee..26b5385f 100644 --- a/doc/Attic/examples.html +++ b/doc/Attic/examples.html @@ -31,26 +31,26 @@ full workout. The presence of this program is your guarantee that the library will behave as claimed - at least as far as those items tested are concerned - if anyone spots anything that isn't being tested I'd be glad to hear about it.

-

Directory: libs/regex/test/regress.

+

Directory: libs/regex/test/regress.

Files: basic_tests.cpp test_deprecated.cpp main.cpp.

bad_expression_test:

Verifies that "bad" regular expressions don't cause the matcher to go into infinite loops, but to throw an exception instead.

-

Directory: libs/regex/test/pathology.

+

Directory: libs/regex/test/pathology.

Files: bad_expression_test.cpp.

recursion_test:

Verifies that the matcher can't overrun the stack (no matter what the expression).

-

Directory: libs/regex/test/pathology.

+

Directory: libs/regex/test/pathology.

Files: recursion_test.cpp.

concepts:

Verifies that the library meets all documented concepts (a compile only test).

-

Directory: libs/regex/test/concepts.

+

Directory: libs/regex/test/concepts.

Files: concept_check.cpp.

captures_test:

Test code for captures.

-

Directory: libs/test/captures.

+

Directory: libs/test/captures.

Files: captures_test.cpp.

Example programs

grep

diff --git a/doc/examples.html b/doc/examples.html index 737b11ee..26b5385f 100644 --- a/doc/examples.html +++ b/doc/examples.html @@ -31,26 +31,26 @@ full workout. The presence of this program is your guarantee that the library will behave as claimed - at least as far as those items tested are concerned - if anyone spots anything that isn't being tested I'd be glad to hear about it.

-

Directory: libs/regex/test/regress.

+

Directory: libs/regex/test/regress.

Files: basic_tests.cpp test_deprecated.cpp main.cpp.

bad_expression_test:

Verifies that "bad" regular expressions don't cause the matcher to go into infinite loops, but to throw an exception instead.

-

Directory: libs/regex/test/pathology.

+

Directory: libs/regex/test/pathology.

Files: bad_expression_test.cpp.

recursion_test:

Verifies that the matcher can't overrun the stack (no matter what the expression).

-

Directory: libs/regex/test/pathology.

+

Directory: libs/regex/test/pathology.

Files: recursion_test.cpp.

concepts:

Verifies that the library meets all documented concepts (a compile only test).

-

Directory: libs/regex/test/concepts.

+

Directory: libs/regex/test/concepts.

Files: concept_check.cpp.

captures_test:

Test code for captures.

-

Directory: libs/test/captures.

+

Directory: libs/test/captures.

Files: captures_test.cpp.

Example programs

grep