Add a clarifying comment in a test

This commit is contained in:
Richard Feldman 2023-07-29 21:14:20 -04:00
parent ceb70907a8
commit 7d491f1bce
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -1395,5 +1395,7 @@ fn interpolation_with_nested_interpolation() {
- :help"#
),
// TODO figure out why the tests prints the repl help text at the end, but only after syntax errors or something?
// In the actual repl this doesn't happen, only in the test.
);
}