From 5acc63c0653b363d3d6dc9217e0a29d7e44cbcaa Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Mon, 6 Nov 2023 15:07:28 +0100 Subject: In the string expression simplification, only report the strings converted into strings --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index d18b371..e6efa88 100644 --- a/readme.md +++ b/readme.md @@ -77,4 +77,6 @@ instructions are given, which can lead to dead end in the code. The application will report text strings containing only one expression with a `debug` message. -For example `"<<$variable>>"` can be written directly: `$variable>`. +For example `"<<$variable>>"` can be written directly: `$variable>`. This test +will not report this usage when an integer converted into a string this way. + -- cgit v1.2.3