leo/tests/expectations/parser/functions/infinite_recursion.out

6 lines
323 B
Plaintext
Raw Normal View History

2022-06-23 10:19:26 +03:00
---
namespace: Parse
expectation: Fail
outputs:
2022-10-06 09:52:37 +03:00
- "Error [EPAR0370021]: Expression statements are not supported.\n --> test:5:9\n |\n 5 | inf();\n | ^^^^^^\nError [EPAR0370021]: Expression statements are not supported.\n --> test:9:9\n |\n 9 | inf();\n | ^^^^^^"