Editor test suite ships in tst/ (from dev 4e8c3db2882d)
This commit is contained in:
14
tst/editor/indent_untouched.kt
Normal file
14
tst/editor/indent_untouched.kt
Normal 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
|
||||
@@@
|
||||
Reference in New Issue
Block a user