Commit 436c0d4
committed
Fix dépense annuelle regex - see HEA-846
This removes the regex for `(?:dépense annuelle|unité)` and
the tests for it - because there are no BSSs that have that as
a complete label. All the examples actually include the name
of a product and need a regex like:
`{product_pattern}{separator_pattern} (?:dépense annuelle|quantité annuelle)`1 parent 682d8c6 commit 436c0d4
2 files changed
Lines changed: 27 additions & 5 deletions
File tree
- pipelines_tests/test_assets
- pipelines/assets
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
Lines changed: 26 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
865 | 865 | | |
866 | 866 | | |
867 | 867 | | |
868 | | - | |
| 868 | + | |
| 869 | + | |
869 | 870 | | |
870 | | - | |
| 871 | + | |
| 872 | + | |
871 | 873 | | |
872 | | - | |
| 874 | + | |
| 875 | + | |
873 | 876 | | |
874 | | - | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
875 | 897 | | |
876 | 898 | | |
877 | 899 | | |
| |||
0 commit comments