Editor test suite ships in tst/ (from dev 4e8c3db2882d)

This commit is contained in:
2026-07-27 01:59:29 +02:00
parent 01b1cc959a
commit 73ed7f3d5d
31 changed files with 419 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
@code
def f(x):
if x:
return 1
code@
@eval
def g(y):
return y + 1
g(2)
@
@@@state Word_max
:desc A description line
:value 7
@@@