Skip to content

Commit 76e80cc

Browse files
committed
Only use current fix examples for tests #633
1 parent 39ce013 commit 76e80cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

metafix/src/test/java/org/metafacture/metafix/InterpreterTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public void shouldInterpretSimple() throws Exception {
3838
@Test
3939
public void shouldInterpretNested() throws Exception {
4040
interpret(3,
41-
"do marc_each()",
42-
"\tif marc_has(f700)",
43-
"\t\tmarc_map(f700a,authors.$append)",
41+
"do list(path:'700??','var':'$i')",
42+
"\tif any_equal('$i.4','aut')",
43+
"\t\tcopy_field($i.a,authors.$append)",
4444
"\tend",
4545
"end",
4646
""

0 commit comments

Comments
 (0)