File tree Expand file tree Collapse file tree
pipelines_tests/test_assets Expand file tree Collapse file tree Original file line number Diff line number Diff line change 662662 " income"
663663 ],
664664 [
665- " lait\\ +beurre/beurre clarifié kcals ?\\ (%\\ ) ?- ?(?P<season>1è[m|r]e saison)" ,
665+ " lait\\ +beurre/(?: beurre )? clarifié kcals ?\\ (%\\ ) ?- ?(?P<season>1ère saison)" ,
666666 " ButterProduction" ,
667667 false ,
668668 " percentage_kcals"
669669 ],
670670 [
671- " lait\\ +beurre/beurre clarifié kcals ?\\ (%\\ ) ?- ?(?P<season>2è[m|r]e saison)" ,
671+ " lait\\ +beurre/(?:beurre )?clarifié kcals ?\\ (%\\ ) ?- ?(?P<season>2è[m|r]e saison)" ,
672+ " ButterProduction" ,
673+ true ,
674+ " percentage_kcals"
675+ ],
676+ [
677+ " lait\\ +beurre/(?:beurre )?clarifié kcals ?\\ (%\\ ) ?- ?(?P<season>1ème saison)" ,
672678 " ButterProduction" ,
673679 true ,
674680 " percentage_kcals"
Original file line number Diff line number Diff line change 468468 "season" : " 1ère saison" ,
469469 "attribute" : " percentage_kcals"
470470 },
471- "lait+beurre/beurre clarifié kcals(%)-1ème saison" : {
472- "strategy_type" : " ButterProduction" ,
473- "season" : " 1ème saison" ,
474- "attribute" : " percentage_kcals"
475- },
476471 "lait+beurre/beurre clarifié kcals(%)-2ème saison" : {
477472 "strategy_type" : " ButterProduction" ,
478473 "is_start" : true ,
479474 "season" : " 2ème saison" ,
480475 "attribute" : " percentage_kcals"
481476 },
477+ "lait+beurre/clarifié kcals (%)-1ère saison" : {
478+ "strategy_type" : " ButterProduction" ,
479+ "season" : " 1ère saison" ,
480+ "attribute" : " percentage_kcals"
481+ },
482+ "lait+beurre/clarifié kcals (%)-1ème saison" : {
483+ "strategy_type" : " ButterProduction" ,
484+ "is_start" : true ,
485+ "season" : " 1ème saison" ,
486+ "attribute" : " percentage_kcals"
487+ },
482488 "poids de la carcasse (kg)" : {
483489 "unit_of_measure_id" : " kg" ,
484490 "attribute" : " carcass_weight"
You can’t perform that action at this time.
0 commit comments