tame/tamer/src/xir
Mike Gerwitz b95ec5a9d8 tamer: xir::parse::ele: Adjust diagnostic display of expected element list
This does two things:

  1. Places the expected list on a separate help line as a footnote where
     it'll be a bit more tolerable when it inevitably overflows the terminal
     width in certain contexts (we may wrap in the future); and
  2. Removes angled brackets from the element names so that they (a) better
     correspond with the span which highlights only the element name and (b)
     do not imply that the elements take no attributes.

DEV-7145
2022-08-12 00:47:14 -04:00
..
attr tamer: xir::attr::parse: Better parser state descriptions 2022-08-01 15:01:37 -04:00
flat tamer: xir::flat: Expose depth for all node-related tokens 2022-08-01 15:01:37 -04:00
parse tamer: xir::parse::ele: Adjust diagnostic display of expected element list 2022-08-12 00:47:14 -04:00
reader tamer: span::dummy: New module to hold DUMMY_SPAN and derivatives 2022-08-01 15:01:37 -04:00
tree tamer: span::dummy: New module to hold DUMMY_SPAN and derivatives 2022-08-01 15:01:37 -04:00
attr.rs tamer: span::dummy: New module to hold DUMMY_SPAN and derivatives 2022-08-01 15:01:37 -04:00
error.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
escape.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
flat.rs tamer: parse::state::ParseState::Super: Superstate concept 2022-08-08 15:23:54 -04:00
fmt.rs tamer: xir::parse::ele: Adjust diagnostic display of expected element list 2022-08-12 00:47:14 -04:00
iter.rs tamer: span::dummy: New module to hold DUMMY_SPAN and derivatives 2022-08-01 15:01:37 -04:00
parse.rs tamer: xir::parse::ele: Abstract node matching 2022-08-12 00:47:13 -04:00
pred.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
reader.rs tamer: Xirf::Text refinement 2022-08-01 15:01:37 -04:00
st.rs tamer: xir::parse::ele: Store matching QName on NS match 2022-08-12 00:47:14 -04:00
tree.rs tamer: parse::state::ParseState::Super: Superstate concept 2022-08-08 15:23:54 -04:00
writer.rs tamer: span::dummy: New module to hold DUMMY_SPAN and derivatives 2022-08-01 15:01:37 -04:00