cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

Movedvalue

Open EricSesterhennX41 opened this issue 2 years ago • 1 comments

Add a unit test to catch regressions.

EricSesterhennX41 avatar Dec 20 '23 07:12 EricSesterhennX41

we use python 3.5 in the test. And it seems it does not support format strings:

 Compiling './addons/test/test-cppcheckdata.py'...
***   File "./addons/test/test-cppcheckdata.py", line 37
    print(f'{token.str} : {token.valueType}')
                                           ^
SyntaxError: invalid syntax

danmar avatar Dec 20 '23 16:12 danmar