Skip to content

Commit 2406586

Browse files
committed
test: Fix failing tests after ITSThemeCollection.ts update
1 parent 7f03cce commit 2406586

4 files changed

+37
-32
lines changed

tests/DocumentationSamples/DocsSamplesForStatuses.test.Theme_ITS_Table.approved.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| `X` | `space` | Checked | `DONE` | Yes |
88
| `-` | `space` | Dropped | `CANCELLED` | Yes |
99
| `>` | `x` | Forward | `TODO` | Yes |
10+
| `<` | `x` | Migrated | `TODO` | Yes |
1011
| `D` | `x` | Date | `TODO` | Yes |
1112
| `?` | `x` | Question | `TODO` | Yes |
1213
| `/` | `x` | Half Done | `IN_PROGRESS` | Yes |

tests/DocumentationSamples/DocsSamplesForStatuses.test.Theme_ITS_Table.approved.mermaid.md

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -13,38 +13,39 @@ classDef NON_TASK stroke:#99e,stroke-width:3px;
1313
3["Checked"]:::DONE
1414
4["Dropped"]:::CANCELLED
1515
5["Forward"]:::TODO
16-
6["Date"]:::TODO
17-
7["Question"]:::TODO
18-
8["Half Done"]:::IN_PROGRESS
19-
9["Add"]:::TODO
20-
10["Research"]:::TODO
21-
11["Important"]:::TODO
22-
12["Idea"]:::TODO
23-
13["Brainstorm"]:::TODO
24-
14["Pro"]:::TODO
25-
15["Con"]:::TODO
26-
16["Quote"]:::TODO
27-
17["Note"]:::TODO
28-
18["Bookmark"]:::TODO
29-
19["Information"]:::TODO
30-
20["Paraphrase"]:::TODO
31-
21["Location"]:::TODO
32-
22["Example"]:::TODO
33-
23["Answer"]:::TODO
34-
24["Reward"]:::TODO
35-
25["Choice"]:::TODO
36-
26["Doing"]:::IN_PROGRESS
37-
27["Time"]:::TODO
38-
28["Character / Person"]:::TODO
39-
29["Talk"]:::TODO
40-
30["Outline / Plot"]:::TODO
41-
31["Conflict"]:::TODO
42-
32["World"]:::TODO
43-
33["Clue / Find"]:::TODO
44-
34["Foreshadow"]:::TODO
45-
35["Favorite / Health"]:::TODO
46-
36["Symbolism"]:::TODO
47-
37["Secret"]:::TODO
16+
6["Migrated"]:::TODO
17+
7["Date"]:::TODO
18+
8["Question"]:::TODO
19+
9["Half Done"]:::IN_PROGRESS
20+
10["Add"]:::TODO
21+
11["Research"]:::TODO
22+
12["Important"]:::TODO
23+
13["Idea"]:::TODO
24+
14["Brainstorm"]:::TODO
25+
15["Pro"]:::TODO
26+
16["Con"]:::TODO
27+
17["Quote"]:::TODO
28+
18["Note"]:::TODO
29+
19["Bookmark"]:::TODO
30+
20["Information"]:::TODO
31+
21["Paraphrase"]:::TODO
32+
22["Location"]:::TODO
33+
23["Example"]:::TODO
34+
24["Answer"]:::TODO
35+
25["Reward"]:::TODO
36+
26["Choice"]:::TODO
37+
27["Doing"]:::IN_PROGRESS
38+
28["Time"]:::TODO
39+
29["Character / Person"]:::TODO
40+
30["Talk"]:::TODO
41+
31["Outline / Plot"]:::TODO
42+
32["Conflict"]:::TODO
43+
33["World"]:::TODO
44+
34["Clue / Find"]:::TODO
45+
35["Foreshadow"]:::TODO
46+
36["Favorite / Health"]:::TODO
47+
37["Symbolism"]:::TODO
48+
38["Secret"]:::TODO
4849
1 --> 2
4950
2 --> 1
5051
3 --> 1
@@ -82,6 +83,7 @@ classDef NON_TASK stroke:#99e,stroke-width:3px;
8283
35 --> 2
8384
36 --> 2
8485
37 --> 2
86+
38 --> 2
8587
8688
linkStyle default stroke:gray
8789
```

tests/DocumentationSamples/DocsSamplesForStatuses.test.Theme_ITS_Tasks.approved.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [X] #task `X` Checked
66
- [-] #task `-` Dropped
77
- [>] #task `>` Forward
8+
- [<] #task `<` Migrated
89
- [D] #task `D` Date
910
- [?] #task `?` Question
1011
- [/] #task `/` Half Done

tests/DocumentationSamples/DocsSamplesForStatuses.test.Theme_ITS_Text.approved.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- [X] #task `X` Checked
44
- [-] #task `-` Dropped
55
- [>] #task `>` Forward
6+
- [<] #task `<` Migrated
67
- [D] #task `D` Date
78
- [?] #task `?` Question
89
- [/] #task `/` Half Done

0 commit comments

Comments
 (0)