| Nixon Enraght-Moony | 1c8de17 | 2022-09-07 09:37:22 +0100 | [diff] [blame] | 1 | pub struct Demo { |
| 2 | pub x: i32, |
| 3 | #[doc(hidden)] |
| 4 | pub y: i32, |
| 5 | } |
| 6 | |
| Alona Enraght-Moony | 7ab71c4 | 2025-03-20 23:01:32 +0000 | [diff] [blame] | 7 | //@ set x = "$.index[?(@.name=='x')].id" |
| 8 | //@ !has "$.index[?(@.name=='y')].id" |
| 9 | //@ is "$.index[?(@.name=='Demo')].inner.struct.kind.plain.fields[0]" $x |
| 10 | //@ count "$.index[?(@.name=='Demo')].inner.struct.kind.plain.fields[*]" 1 |
| 11 | //@ is "$.index[?(@.name=='Demo')].inner.struct.kind.plain.has_stripped_fields" true |