Skip to content

Commit

Permalink
Fix some text-incoding inconsistencies (#77, thanks @musicinmybrain)
Browse files Browse the repository at this point in the history
* Convert example/16-trompeloeil-runtime.cpp to UTF-8

* Fix some transcoding glitches in CHANGES.txt

This file is UTF-8, but some characters were munged during transcoding
at some point, leading to replacement character U+FFFD (UTF-8 byte
sequence EF BF BD) appearing at several points.

This commit reconstructs the original intended characters.
  • Loading branch information
musicinmybrain authored Jan 7, 2025
1 parent d62e379 commit adb4f7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes for lest lest errors escape testing
Changes for lest lest errors escape testing

version 1.35.2 2023-12-28

Expand Down Expand Up @@ -48,7 +48,7 @@ This bug-fix release fixes reporting of sections, issue #65. Thanks to @onthetop

version 1.33.2 2018-08-28

This bug-fix release suppresses the warning message unused parameter lest_env [-Werror=unused-parameter] with lest_cpp03.hpp. Further the style of #if defined has been changed to use parentheses. For the rest, lest.hpp is unchanged.
This bug-fix release suppresses the warning message unused parameter lest_env [-Werror=unused-parameter] with lest_cpp03.hpp. Further the style of #if defined has been changed to use parentheses. For the rest, lest.hpp is unchanged.

version 1.33.1 2018-04-30

Expand Down
2 changes: 1 addition & 1 deletion example/16-trompeloeil-runtime.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// C++14 - use lest with trompeloeil mocking framework (runtime adaptation).

// Trompeloeil, thread-safe single-file header-only C++14 mocking framework,
// by Björn Fahller (@rollbear), https://github.com/rollbear/trompeloeil
// by Björn Fahller (@rollbear), https://github.com/rollbear/trompeloeil

#include "lest/lest.hpp"
#include "trompeloeil.hpp"
Expand Down

0 comments on commit adb4f7c

Please sign in to comment.