We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef8d74 commit 935f8f0Copy full SHA for 935f8f0
lib/Terminal/Widgets/TextContent.rakumod
@@ -126,7 +126,7 @@ class InterpolantSpan does SemanticSpan {
126
# XXXX: Hack ignoring flags completely for now
127
my $string = %vars{$!var-name}
128
// '[MISSING INTERPOLATION VARIABLE ' ~ $!var-name.raku ~ ']';
129
- StringSpan.new(:$!string, :%!attributes);
+ StringSpan.new(:$string, :%!attributes);
130
}
131
132
#| Apply current span attributes on top of parent attributes, returning a
0 commit comments