History log of /curl/tests/data/test1185 (Results 1 – 6 of 6)
Revision Date Author Comments
# 54c5cb8b 17-Dec-2024 Daniel Stenberg

checksrc: fix the return() checker

It would previously wrongly also catch function calls to function names
ending with 'return'

Amended test1185.

Reported-by: Stefan Ei

checksrc: fix the return() checker

It would previously wrongly also catch function calls to function names
ending with 'return'

Amended test1185.

Reported-by: Stefan Eissing
Closes #15764

show more ...


# b7c9166c 22-Sep-2024 Gabriel Marin

test1185: Updated test data with NOSPACEC rule

Closes #14990


# e666a678 18-Sep-2024 Daniel Stenberg

checksrc: check for spaces around '?', '>' and '<'

Closes #14921


# e7a021e1 29-Mar-2023 Dan Fandrich

tests: use %LOGDIR to refer to the log directory

This will allow it be set dynamically.

Ref: #10818


# 8e22fc68 23-Mar-2022 Daniel Stenberg

scripts: move three scripts from lib/ to scripts/

Move checksrc.pl, firefox-db2pem.sh and mk-ca-bundle.pl since they don't
particularly belong in lib/

Also created an EXTRA_DIST

scripts: move three scripts from lib/ to scripts/

Move checksrc.pl, firefox-db2pem.sh and mk-ca-bundle.pl since they don't
particularly belong in lib/

Also created an EXTRA_DIST= in scripts/Makefile.am instead of specifying
those files in the root Makefile.am

Closes #8625

show more ...


# c75f14cb 17-Oct-2021 Daniel Stenberg

test1185: verify checksrc

Closes #7866