@@ -6563,7 +6563,7 @@ void ParseEngine<EventHandler>::_handle_map_block()
65636563 csubstr maybe_filtered = _maybe_filter_key_scalar_squot (sc); // KEY!
65646564 m_evt_handler->set_key_scalar_squoted (maybe_filtered);
65656565 _maybe_skip_whitespace_tokens ();
6566- _set_indentation (m_evt_handler->m_curr ->line_contents .indentation );
6566+ // _set_indentation(m_evt_handler->m_curr->line_contents.indentation);
65676567 // keep the child state on RVAL
65686568 addrem_flags (RVAL, RNXT);
65696569 }
@@ -6604,7 +6604,7 @@ void ParseEngine<EventHandler>::_handle_map_block()
66046604 csubstr maybe_filtered = _maybe_filter_key_scalar_dquot (sc); // KEY!
66056605 m_evt_handler->set_key_scalar_dquoted (maybe_filtered);
66066606 _maybe_skip_whitespace_tokens ();
6607- _set_indentation (m_evt_handler->m_curr ->line_contents .indentation );
6607+ // _set_indentation(m_evt_handler->m_curr->line_contents.indentation);
66086608 // keep the child state on RVAL
66096609 addrem_flags (RVAL, RNXT);
66106610 }
@@ -6666,7 +6666,7 @@ void ParseEngine<EventHandler>::_handle_map_block()
66666666 csubstr maybe_filtered = _maybe_filter_key_scalar_plain (sc, m_evt_handler->m_curr ->indref ); // KEY!
66676667 m_evt_handler->set_key_scalar_plain (maybe_filtered);
66686668 _maybe_skip_whitespace_tokens ();
6669- _set_indentation (m_evt_handler->m_curr ->line_contents .indentation );
6669+ // _set_indentation(m_evt_handler->m_curr->line_contents.indentation);
66706670 // keep the child state on RVAL
66716671 addrem_flags (RVAL, RNXT);
66726672 }
@@ -6846,7 +6846,7 @@ void ParseEngine<EventHandler>::_handle_map_block()
68466846 m_evt_handler->begin_map_val_block ();
68476847 _handle_annotations_and_indentation_after_start_mapblck (startindent, startline);
68486848 m_evt_handler->set_key_scalar_plain_empty ();
6849- _set_indentation (m_evt_handler->m_curr ->line_contents .indentation );
6849+ // _set_indentation(m_evt_handler->m_curr->line_contents.indentation);
68506850 // keep the child state on RVAL
68516851 addrem_flags (RVAL, RNXT);
68526852 }
0 commit comments