Skip to content
Snippets Groups Projects
Commit 68de9da9 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

TST: fixed unit tests to cover the changed name of a default transformer

parent 30dbbccc
No related branches found
No related tags found
2 merge requests!160STY: styling,!126Transformers
Pipeline #45812 failed
ifelse: submatch:
package: caoscrawler.transformer_functions package: caoscrawler.transformer_functions
function: ifelse function: ifelse
split: split:
......
...@@ -18,10 +18,10 @@ RootDir: ...@@ -18,10 +18,10 @@ RootDir:
in: $day_short in: $day_short
out: $day_long out: $day_long
functions: functions:
- ifelse: # name of the function - submatch: # name of the function
match: Mon # match is one specific argument match: Mon # match is one specific argument
then: Monday # then another one then: Monday # then another one
- ifelse: # next function - submatch: # next function
match: Tue match: Tue
then: Tuesday then: Tuesday
TestSplit: TestSplit:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment