mirror of
https://github.com/openai/codex.git
synced 2026-09-09 15:58:47 +00: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