mirror of https://github.com/kdl-org/kdl-rs.git
`KdlEntry::ensure_v1` was replacing every `/` in non-raw v1 string literals with `\/`. While that's allowed in v1 (not in v2), it is not necessary. `ensure_v2` strips `\/`, as expected. |
||
|---|---|---|
| .. | ||
| document.rs | ||
| entry.rs | ||
| error.rs | ||
| fmt.rs | ||
| identifier.rs | ||
| lib.rs | ||
| node.rs | ||
| nom_compat.rs | ||
| query.rs | ||
| query_parser.rs | ||
| v1_parser.rs | ||
| v2_parser.rs | ||
| value.rs | ||