You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TEST.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,9 @@ These tests cover the shared pure functions extracted into `event-issue-helpers.
33
33
| Valid new-event issue body |`valid=true`, writes `metadata.json` with all fields including `uid` (7 hex chars) |
34
34
|`Event page URL` field present | Value appears in `metadata.json` as `event_page_url` (regression for the `Event website` field-name bug) |
35
35
| Duplicate event directory |`valid=false`, validation comment mentions the generated id |
36
-
| Issue body contains `### Event ID` heading |`valid=skip` (guard against running on edit-event template) |
37
-
| Issue body missing `### Map placement` and no `### Event ID`|`valid=skip` (unrecognized template) |
36
+
| Issue body contains `### Event canonical ID` heading |`valid=skip` (guard against running on edit-event template) |
37
+
| Edit-event issue body (contains `### Event canonical ID` and `### Plus Code (for map placement)`) |`valid=skip` (regression: edit-event body must not be processed as new event) |
38
+
| Issue body missing `### Plus Code (for map placement)` and no `### Event canonical ID`|`valid=skip` (unrecognized template) |
38
39
39
40
---
40
41
@@ -51,7 +52,7 @@ These tests cover the shared pure functions extracted into `event-issue-helpers.
0 commit comments