mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Fix tests
This commit is contained in:
parent
6978ca7bf3
commit
ffd72b184b
6 changed files with 27 additions and 25 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue