[hb-shape] Add parantheses around --show-text output
This commit is contained in:
parent
b12c4d4361
commit
d8134bc017
|
@ -768,7 +768,9 @@ format_options_t::serialize_line (hb_buffer_t *buffer,
|
||||||
{
|
{
|
||||||
if (show_text) {
|
if (show_text) {
|
||||||
serialize_line_no (line_no, gs);
|
serialize_line_no (line_no, gs);
|
||||||
|
g_string_append_c (gs, '(');
|
||||||
g_string_append_len (gs, text, text_len);
|
g_string_append_len (gs, text, text_len);
|
||||||
|
g_string_append_c (gs, ')');
|
||||||
g_string_append_c (gs, '\n');
|
g_string_append_c (gs, '\n');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue