Remove escape codes from output to stop garbling the interface.
This commit is contained in:
parent
9dddc8ce8c
commit
99fa974b56
4 changed files with 15 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[31m===[0mSORRY![31m===[0m
|
||||
#[31m===#[0mSORRY!#[31m===#[0m
|
||||
Two terms in a row across lines (missing semicolon or comma?)
|
||||
at /tmp/vigil/golden-files/./input/perl6.p6:30
|
||||
------> [32msay 'Hello from Perl 6!'[33m⏏[31m<EOL>[0m
|
||||
------> #[32msay 'Hello from Perl 6!'#[33m⏏#[31m<EOL>#[0m
|
||||
expecting any of:
|
||||
infix
|
||||
infix stopper
|
||||
|
|
@ -12,5 +12,5 @@ at /tmp/vigil/golden-files/./input/perl6.p6:30
|
|||
Other potential difficulties:
|
||||
Useless declaration of a has-scoped method in mainline (did you mean 'my regex http-verb'?)
|
||||
at /tmp/vigil/golden-files/./input/perl6.p6:11
|
||||
------> [32mregex [33m⏏[31mhttp-verb {[0m
|
||||
------> #[32mregex #[33m⏏#[31mhttp-verb {#[0m
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue