mirror of
https://github.com/openai/codex.git
synced 2026-05-06 06:12:59 +03:00
test: document marketplace config serialization
This commit is contained in:
@@ -296,6 +296,7 @@ mod tests {
|
||||
r#"{"name":"debug","plugins":[]}"#,
|
||||
)
|
||||
.unwrap();
|
||||
// Let TOML serialization escape platform-specific path separators.
|
||||
let mut marketplace = toml::map::Map::new();
|
||||
marketplace.insert(
|
||||
"source_type".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user