mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +00:00
10 lines
331 B
Rust
10 lines
331 B
Rust
pub struct Demo {
|
|
pub x: i32,
|
|
y: i32,
|
|
}
|
|
|
|
// @set x = "$.index[*][?(@.name=='x')].id"
|
|
// @is "$.index[*][?(@.name=='Demo')].inner.struct.kind.plain.fields[0]" $x
|
|
// @count "$.index[*][?(@.name=='Demo')].inner.struct.kind.plain.fields[*]" 1
|
|
// @is "$.index[*][?(@.name=='Demo')].inner.struct.kind.plain.fields_stripped" true
|