Test files › Source code

Sample Source code test files

4 free source code test files for QA and developers: mixed-indentation.py, sample.py, sample.ts, schema.sql. Each with a published SHA-256.

FileFormatSizeWhat it catches
mixed-indentation.pyPython146 bytesPython that mixes tab and space indentation inside one block, which the interpreter rejects.
sample.pyPython693 bytesA Python module with type hints, a dataclass, a generator, f-strings and a triple-quoted docstring.
sample.tsTypeScript774 bytesA TypeScript module using generics, a discriminated union, enums, decorators and JSX-free type syntax.
schema.sqlSQL1.0 KBA DDL and DML script with constraints, an index, a view, a transaction and dollar-free string literals.

← All test files