Skip to content

Commit

Permalink
Update tests missed during the initial round to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
BDEBuild Role Account committed Oct 29, 2024
1 parent 2a1788a commit b7a7a62
Show file tree
Hide file tree
Showing 37 changed files with 9,124 additions and 9,100 deletions.
2 changes: 1 addition & 1 deletion groups/bal/ball/ball_log.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2968,7 +2968,7 @@ if (verbose) bsl::cout << "Example 1: A Basic Logging Example" << bsl::endl;

BALL_LOG_TRACE << "Write this message to the log if the log threshold "
<< "is above 'ball::Severity::e_TRACE' (i.e., 192).";
//..
// ```
// Next, we demonstrate how to use proprietary code within logging macros.
// Suppose you want to add the content of a vector to the log trace:
// ```
Expand Down
6 changes: 3 additions & 3 deletions groups/bdl/bdlb/bdlb_doublecompareutil.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ int main(int argc, char *argv[])
//
// Plan:
// Incorporate usage example from header into driver, remove leading
// comment characters, and replace 'assert' with 'ASSERT'.
// comment characters, and replace `assert` with `ASSERT`.
//
// Testing:
// USAGE EXAMPLE
Expand Down Expand Up @@ -552,10 +552,10 @@ int main(int argc, char *argv[])
//
// Plan:
// Incorporate the tabular example from header as a conventional set
// of table-generated test vectors and 'ASSERT' the expected results.
// of table-generated test vectors and `ASSERT` the expected results.
//
// Testing:
// The numerical example from 'bdlb_DoubleCompareUtil.h'.
// The numerical example from `bdlb_DoubleCompareUtil.h`.
// --------------------------------------------------------------------

if (verbose) cout << "\nTESTING TABULAR EXAMPLE"
Expand Down
2,498 changes: 1,249 additions & 1,249 deletions groups/bdl/bdlc/bdlc_bitarray.t.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit b7a7a62

Please sign in to comment.