// RFC 7950 §6.1.3 — unquoted-string acceptance.
//
// `units`, `description`, `organization`, `contact`, `reference` all
// take a YANG string argument. The spec allows either the quoted or
// the unquoted form. Before this test landed, libyang's grammar
// required quotes for everything that went through `Ystring`, which
// rejected RFC-valid modules. The fixture writes every relevant
// statement in the bare form; if the parser comes back without
// errors, the unquoted form is accepted.
use YangStore;