Wrap nd_head in node dump message with brackets

This commit is contained in:
yui-knk 2023-08-22 18:02:21 +09:00 коммит произвёл Yuichiro Kaneko
Родитель 1c93288f8b
Коммит 0ed3624c62
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -592,7 +592,7 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
case NODE_HASH:
if (!node->nd_brace) {
ANN("keyword arguments");
ANN("format: nd_head");
ANN("format: [nd_head]");
ANN("example: a: 1, b: 2");
}
else {