Implemented subshells and improved error handling

This commit is contained in:
2025-03-29 22:16:26 -04:00
parent a16ad981bc
commit ed05e34379
15 changed files with 222 additions and 35 deletions

View File

@@ -0,0 +1,10 @@
---
source: src/tests/error.rs
expression: err_fmt
---
Parse Error - Unterminated quote
-> [1;1]
 |
1 | "foo bar
 | ^^^^^^^^
 |