diff options
author | Chimrod <> | 2023-11-06 15:07:28 +0100 |
---|---|---|
committer | Chimrod <> | 2023-11-06 15:09:06 +0100 |
commit | 5acc63c0653b363d3d6dc9217e0a29d7e44cbcaa (patch) | |
tree | 1bd8b5349b6c63081ea92686f03c7c101001deec /readme.md | |
parent | 1128450d0b52c09e78d64df5737b8a034b3e230c (diff) |
In the string expression simplification, only report the strings converted into strings
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. + |