Files
Pierre-Marie de Rodat ca751250b4 Introduce the lkt_build_and_run test driver
Transition all relevant testcases to it. In the process, port
docstrings/comments from test.py files to expected_concrete_syntax.lkt
(now test.lkt) sources and fix stylechecks issues there.

(cherry picked from commit e1c4fe5804)
2024-11-28 15:40:33 +00:00

6 lines
111 B
Plaintext

main.py: Running...
sum(<MyStruct a=10 b=32>): 42
create(100, 200): <MyStruct a=100 b=200>
main.py: Done.
Done