leo/tests/expectations/parser/functions/infinite_recursion.out
2022-07-28 14:14:25 -07:00

6 lines
307 B
Plaintext

---
namespace: Parse
expectation: Fail
outputs:
- "Error [EPAR0370022]: Expression statements are not supported.\n --> test:4:5\n |\n 4 | inf();\n | ^^^^^^\nError [EPAR0370022]: Expression statements are not supported.\n --> test:8:5\n |\n 8 | inf();\n | ^^^^^^"