We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ce013 commit 76e80ccCopy full SHA for 76e80cc
metafix/src/test/java/org/metafacture/metafix/InterpreterTest.java
@@ -38,9 +38,9 @@ public void shouldInterpretSimple() throws Exception {
38
@Test
39
public void shouldInterpretNested() throws Exception {
40
interpret(3,
41
- "do marc_each()",
42
- "\tif marc_has(f700)",
43
- "\t\tmarc_map(f700a,authors.$append)",
+ "do list(path:'700??','var':'$i')",
+ "\tif any_equal('$i.4','aut')",
+ "\t\tcopy_field($i.a,authors.$append)",
44
"\tend",
45
"end",
46
""
0 commit comments