We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75309e6 commit a9c0c4fCopy full SHA for a9c0c4f
super_editor/test/infrastructure/inline_span_test.dart
@@ -77,9 +77,7 @@ void main() {
77
const MaterialApp(),
78
);
79
80
- // Create an AttributedText with the word "Welcome" in bold and with a trailing placeholder.
81
- // Create an AttributedText with the words "Welcome" and "SuperEditor" in bold and with a
82
- // placeholder after the word "to".
+ // Create an AttributedText with the words "Welcome" and "SuperEditor" in bold and a trailing placeholder.
83
final text = AttributedText(
84
'Welcome to SuperEditor',
85
AttributedSpans(
0 commit comments