Fix tests

This commit is contained in:
Richard Feldman 2024-02-27 11:25:40 -05:00
parent 6978ca7bf3
commit ffd72b184b
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
6 changed files with 27 additions and 25 deletions

View file

@ -3955,7 +3955,9 @@ fn to_space_report<'a>(
let doc = alloc.stack([
alloc.reflow("I encountered a tab character:"),
alloc.region(region),
alloc.reflow("Tab characters are not allowed, use spaces instead."),
alloc.reflow(
"Tab characters are not allowed in Roc code. Please use spaces instead!",
),
]);
Report {