Skip to content

Commit

Permalink
Add new todo.txt and adjust test for #377
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Oct 14, 2024
1 parent d18a503 commit ea40528
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
}, {
"subjectTopicName" : "Nonprofit organizations",
"subjectGenre" : "Case studies"
} ],
"rswk" : [ {
"subjectTopicName" : "Nonprofit organizations"
}, {
"subjectTopicName" : "Nonprofit organizations",
"subjectGenre" : "Case studies"
} ]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
set_array("RSWK[]")
do list(path: "650??", "var": "$i")
copy_field("$i.a", "RSWK[].$append.subjectTopicName")
copy_field("$i.v", "RSWK[].$last.subjectGenre")
end
replace_all("RSWK[].*.subjectGenre", "[.]$", "")
retain("RSWK[]")

do list(path: "650??", "var": "$i")
copy_field("$i.a", "rswk[].$append.subjectTopicName")
copy_field("$i.v", "rswk[].$last.subjectGenre")
end
replace_all("rswk[].*.subjectGenre", "[.]$", "")

retain("RSWK[]","rswk[]")
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See #377 . This behaviour seems to be undetected or new after #369

0 comments on commit ea40528

Please sign in to comment.