leo/tests/expectations/parser/functions/infinite_recursion.out
Pranav Gaddamadugu e1a148a93e Regen expectations
2022-10-05 23:52:37 -07:00

6 lines
323 B
Plaintext

---
namespace: Parse
expectation: Fail
outputs:
- "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 | ^^^^^^"