Commit ca27e97
committed
fix(BE): remove space in multi-source string for Elia link
The merged production source was "entsoe.eu, opendata.elia.be" for
hours with storage data. When the app splits source attribution on
"," without trimming, the second name becomes " opendata.elia.be",
which is turned into a broken href with a %20 prefix.
Use a comma without a following space so both source names stay
clean. Same class of bug as #8779 / #8800 (GB) / #8801 (SG); the
comma-space was introduced here in #8787 (b47c731), which started
reporting a combined ENTSO-E/Elia source for hours with storage data.
Updates the BE production snapshot accordingly.1 parent 3d98bc2 commit ca27e97
3 files changed
Lines changed: 8 additions & 5 deletions
File tree
- electricitymap/contrib/parsers
- tests
- __snapshots__/test_BE
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
207 | 210 | | |
208 | 211 | | |
209 | 212 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments