mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
Empty lines could lead to unexpected flushes, for example when calling another function where empty lines are used for code presentation.
11 lines
No EOL
401 B
Text
11 lines
No EOL
401 B
Text
--# run #--
|
||
--- text ---
|
||
| {}"c=" {}"2" {}" (2)" |
|
||
| {}"l=" {}"*[1, 2, 3]" {}" (*[1,2,3])" |
|
||
| {}"d=" {}"2" {}" (2)" |
|
||
--- error ---
|
||
[0m[31m[0m[31mcan not set d = 5; constant value check failed[0m
|
||
↳ from [4mtest/tests/symbol alias constant.ans:12:3[0m in call: [2md = 5[0m[0m
|
||
↳ from [4mtest/tests/symbol alias constant.ans:1:1[0m in block: [2m:l = *[1, 2, 3]…[0m
|
||
--# saved #--
|
||
{} |